COLOR #B5374B

HEX: #B5374B
RGB: (181,55,75)

Renk bilgisi

#B5374B contains mainly red color. #B5374B ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#B5374B color RGB value is (181,55,75).

  • kırmız ton 181;
  • yeşil ton 55;
  • mavi ton 75.
RGB:
(181,55,75)
(71%,22%,29%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 55 of 255 = 22%
B 75 of 255 = 29%

181
55
75

R + G + B ~ 41%. #B5374B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 55 + 75 = 311 (100%)
R 181 of 311 ~ 58.2%
G 55 of 311 ~ 17.68%
B 75 of 311 ~ 24.12%

%58.2
%17.68
%24.12

CMYK RENK MODELİ

#B5374B rengi CMYK tonu (0,70,59,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.61%
  • sarı tonu 58.56%
  • ana renk tonu 29.02%
CMYK:
(0,70,59,29)
C0M70Y59K29 
(0%,70%,59%,29%)
(0.00/0.70/0.59/0.29)	

CMYK yüzdeleri

%0
%69.61
%58.56
%29.02

Codes

Color #B5374B in popluar color models

B5374B
RGB1815575
HSL350°53.39%46.27%
HSB/HSV350°69.61%70.98%
CMYK0.00%69.61%58.56%
29.02%

Color #B5374B in popluar number systems.

HEXB5374B
Decimal1815575
Binary101101011101111001011
Octal26567113

Shades and tints

Shades of #B5374B

#B5374B
(181,55,75)
#A53245
(165,50,69)
#952D3F
(149,45,63)
#852839
(133,40,57)
#752333
(117,35,51)
#651E2D
(101,30,45)
#551927
(85,25,39)
#451421
(69,20,33)
#350F1B
(53,15,27)
#250A15
(37,10,21)
#15050F
(21,5,15)
#000000
(0,0,0)

Tints of #B5374B

#B5374B
(181,55,75)
#BB495B
(187,73,91)
#C15B6B
(193,91,107)
#C76D7B
(199,109,123)
#CD7F8B
(205,127,139)
#D3919B
(211,145,155)
#D9A3AB
(217,163,171)
#DFB5BB
(223,181,187)
#E5C7CB
(229,199,203)
#EBD9DB
(235,217,219)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5374B color. Also use rgb(181,55,75) instead hex code.

Text Font Color

.myTextColor { color: #B5374B; }

<p style="color:#B5374B">This sample text font color is #B5374B.</p>

This text font color is #B5374B.


Background Color

.myBgColor { background-color: #B5374B; }

<div style="background-color:#B5374B">Inner text</div>

This div background color is #B5374B.


Border color

.myBorderColor { border: 1px solid #B5374B; }

<div style="border:3px solid #B5374B">Div</div>

This div border color is #B5374B.


Opacity

.myOpacity80 { color: #B5374B; opacity: 0.8; }

<p style="color:#B5374B;opacity:0.8;">80%</p>

Text with #B5374B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5374B;}

<p style="text-shadow: 3px 3px 1px #B5374B">Text here.</p>

This text has shadow with #B5374B color.

.textShadow {text-shadow: 3px 3px 1px #B5374B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5374B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5374B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5374B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5374B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5374B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5374B;
  -webkit-box-shadow:	1px 1px 3px 2px #B5374B;
  box-shadow:		1px 1px 3px 2px #B5374B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5374B;
-webkit-box-shadow: 1px 1px 3px 2px #B5374B;
box-shadow:1px 1px 3px 2px #B5374B;">
Div content here</div>
This div box has shadow with color #B5374B.

Preview

Color preview on black background

This text has color #B5374B on black background.


Color preview on white background

This text has color #B5374B on white background.



Black color preview on #B5374B background

This text has black color on #B5374B background.


White color preview on #B5374B background

This text has white color on #B5374B background.