COLOR #B76266

HEX: #B76266
RGB: (183,98,102)

Color info

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

RGB color model

#B76266 color RGB value is (183,98,102).

  • red value is 183;
  • green value is 98;
  • blue value is 102.
RGB:
(183,98,102)
(72%,38%,40%)

RGB channels and saturation

R 183 of 255 = 72%
G 98 of 255 = 38%
B 102 of 255 = 40%

183
98
102

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

Portions of RGB colors in percentages

R + G + B =
183 + 98 + 102 = 383 (100%)
R 183 of 383 ~ 47.78%
G 98 of 383 ~ 25.59%
B 102 of 383 ~ 26.63%

%47.78
%25.59
%26.63

CMYK color model

#B76266 color CMYK value is (0,46,44,28).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 44.26%
  • key color value is 28.24%
CMYK:
(0,46,44,28)
C0M46Y44K28 
(0%,46%,44%,28%)
(0.00/0.46/0.44/0.28)	

CMYK percentages

%0
%46.45
%44.26
%28.24

Codes

Color #B76266 in popluar color models

B76266
RGB18398102
HSL357°37.12%55.10%
HSB/HSV357°46.45%71.76%
CMYK0.00%46.45%44.26%
28.24%

Color #B76266 in popluar number systems.

HEXB76266
Decimal18398102
Binary1011011111000101100110
Octal267142146

Shades and tints

Shades of #B76266

#B76266
(183,98,102)
#A75A5D
(167,90,93)
#975254
(151,82,84)
#874A4B
(135,74,75)
#774242
(119,66,66)
#673A39
(103,58,57)
#573230
(87,50,48)
#472A27
(71,42,39)
#37221E
(55,34,30)
#271A15
(39,26,21)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #B76266

#B76266
(183,98,102)
#BD7073
(189,112,115)
#C37E80
(195,126,128)
#C98C8D
(201,140,141)
#CF9A9A
(207,154,154)
#D5A8A7
(213,168,167)
#DBB6B4
(219,182,180)
#E1C4C1
(225,196,193)
#E7D2CE
(231,210,206)
#EDE0DB
(237,224,219)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76266 color. Also use rgb(183,98,102) instead hex code.

Text Font Color

.myTextColor { color: #B76266; }

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

This text font color is #B76266.


Background Color

.myBgColor { background-color: #B76266; }

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

This div background color is #B76266.


Border color

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

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

This div border color is #B76266.


Opacity

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

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

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

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

This text has shadow with #B76266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76266 on black background.


Color preview on white background

This text has color #B76266 on white background.



Black color preview on #B76266 background

This text has black color on #B76266 background.


White color preview on #B76266 background

This text has white color on #B76266 background.