COLOR #B76458

HEX: #B76458
RGB: (183,100,88)

Color info

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

RGB color model

#B76458 color RGB value is (183,100,88).

  • red value is 183;
  • green value is 100;
  • blue value is 88.
RGB:
(183,100,88)
(72%,39%,35%)

RGB channels and saturation

R 183 of 255 = 72%
G 100 of 255 = 39%
B 88 of 255 = 35%

183
100
88

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

Portions of RGB colors in percentages

R + G + B =
183 + 100 + 88 = 371 (100%)
R 183 of 371 ~ 49.33%
G 100 of 371 ~ 26.95%
B 88 of 371 ~ 23.72%

%49.33
%26.95
%23.72

CMYK color model

#B76458 color CMYK value is (0,45,52,28).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 51.91%
  • key color value is 28.24%
CMYK:
(0,45,52,28)
C0M45Y52K28 
(0%,45%,52%,28%)
(0.00/0.45/0.52/0.28)	

CMYK percentages

%0
%45.36
%51.91
%28.24

Codes

Color #B76458 in popluar color models

B76458
RGB18310088
HSL39.75%53.14%
HSB/HSV51.91%71.76%
CMYK0.00%45.36%51.91%
28.24%

Color #B76458 in popluar number systems.

HEXB76458
Decimal18310088
Binary1011011111001001011000
Octal267144130

Shades and tints

Shades of #B76458

#B76458
(183,100,88)
#A75B50
(167,91,80)
#975248
(151,82,72)
#874940
(135,73,64)
#774038
(119,64,56)
#673730
(103,55,48)
#572E28
(87,46,40)
#472520
(71,37,32)
#371C18
(55,28,24)
#271310
(39,19,16)
#170A08
(23,10,8)
#000000
(0,0,0)

Tints of #B76458

#B76458
(183,100,88)
#BD7267
(189,114,103)
#C38076
(195,128,118)
#C98E85
(201,142,133)
#CF9C94
(207,156,148)
#D5AAA3
(213,170,163)
#DBB8B2
(219,184,178)
#E1C6C1
(225,198,193)
#E7D4D0
(231,212,208)
#EDE2DF
(237,226,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76458 color. Also use rgb(183,100,88) instead hex code.

Text Font Color

.myTextColor { color: #B76458; }

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

This text font color is #B76458.


Background Color

.myBgColor { background-color: #B76458; }

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

This div background color is #B76458.


Border color

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

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

This div border color is #B76458.


Opacity

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

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

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

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

This text has shadow with #B76458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76458 on black background.


Color preview on white background

This text has color #B76458 on white background.



Black color preview on #B76458 background

This text has black color on #B76458 background.


White color preview on #B76458 background

This text has white color on #B76458 background.