COLOR #B75952

HEX: #B75952
RGB: (183,89,82)

Color info

#B75952 contains mainly red color. Web safe color of #B75952 is #CC6666 (or #C66).

RGB color model

#B75952 color RGB value is (183,89,82).

  • red value is 183;
  • green value is 89;
  • blue value is 82.
RGB:
(183,89,82)
(72%,35%,32%)

RGB channels and saturation

R 183 of 255 = 72%
G 89 of 255 = 35%
B 82 of 255 = 32%

183
89
82

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

Portions of RGB colors in percentages

R + G + B =
183 + 89 + 82 = 354 (100%)
R 183 of 354 ~ 51.69%
G 89 of 354 ~ 25.14%
B 82 of 354 ~ 23.16%

%51.69
%25.14
%23.16

CMYK color model

#B75952 color CMYK value is (0,51,55,28).

  • cyan value is 0.00%
  • magenta value is 51.37%
  • yellow value is 55.19%
  • key color value is 28.24%
CMYK:
(0,51,55,28)
C0M51Y55K28 
(0%,51%,55%,28%)
(0.00/0.51/0.55/0.28)	

CMYK percentages

%0
%51.37
%55.19
%28.24

Codes

Color #B75952 in popluar color models

B75952
RGB1838982
HSL41.22%51.96%
HSB/HSV55.19%71.76%
CMYK0.00%51.37%55.19%
28.24%

Color #B75952 in popluar number systems.

HEXB75952
Decimal1838982
Binary1011011110110011010010
Octal267131122

Shades and tints

Shades of #B75952

#B75952
(183,89,82)
#A7514B
(167,81,75)
#974944
(151,73,68)
#87413D
(135,65,61)
#773936
(119,57,54)
#67312F
(103,49,47)
#572928
(87,41,40)
#472121
(71,33,33)
#37191A
(55,25,26)
#271113
(39,17,19)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #B75952

#B75952
(183,89,82)
#BD6861
(189,104,97)
#C37770
(195,119,112)
#C9867F
(201,134,127)
#CF958E
(207,149,142)
#D5A49D
(213,164,157)
#DBB3AC
(219,179,172)
#E1C2BB
(225,194,187)
#E7D1CA
(231,209,202)
#EDE0D9
(237,224,217)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75952 color. Also use rgb(183,89,82) instead hex code.

Text Font Color

.myTextColor { color: #B75952; }

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

This text font color is #B75952.


Background Color

.myBgColor { background-color: #B75952; }

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

This div background color is #B75952.


Border color

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

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

This div border color is #B75952.


Opacity

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

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

Text with #B75952 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 #B75952;}

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

This text has shadow with #B75952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75952 on black background.


Color preview on white background

This text has color #B75952 on white background.



Black color preview on #B75952 background

This text has black color on #B75952 background.


White color preview on #B75952 background

This text has white color on #B75952 background.