COLOR #B68488

HEX: #B68488
RGB: (182,132,136)

Color info

#B68488 contains red, green and blue colors in about the same proportion. Web safe color of #B68488 is #CC9999 (or #C99).

RGB color model

#B68488 color RGB value is (182,132,136).

  • red value is 182;
  • green value is 132;
  • blue value is 136.
RGB:
(182,132,136)
(71%,52%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 136 of 255 = 53%

182
132
136

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

Portions of RGB colors in percentages

R + G + B =
182 + 132 + 136 = 450 (100%)
R 182 of 450 ~ 40.44%
G 132 of 450 ~ 29.33%
B 136 of 450 ~ 30.22%

%40.44
%29.33
%30.22

CMYK color model

#B68488 color CMYK value is (0,27,25,29).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(0,27,25,29)
C0M27Y25K29 
(0%,27%,25%,29%)
(0.00/0.27/0.25/0.29)	

CMYK percentages

%0
%27.47
%25.27
%28.63

Codes

Color #B68488 in popluar color models

B68488
RGB182132136
HSL355°25.51%61.57%
HSB/HSV355°27.47%71.37%
CMYK0.00%27.47%25.27%
28.63%

Color #B68488 in popluar number systems.

HEXB68488
Decimal182132136
Binary101101101000010010001000
Octal266204210

Shades and tints

Shades of #B68488

#B68488
(182,132,136)
#A6787C
(166,120,124)
#966C70
(150,108,112)
#866064
(134,96,100)
#765458
(118,84,88)
#66484C
(102,72,76)
#563C40
(86,60,64)
#463034
(70,48,52)
#362428
(54,36,40)
#26181C
(38,24,28)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #B68488

#B68488
(182,132,136)
#BC8F92
(188,143,146)
#C29A9C
(194,154,156)
#C8A5A6
(200,165,166)
#CEB0B0
(206,176,176)
#D4BBBA
(212,187,186)
#DAC6C4
(218,198,196)
#E0D1CE
(224,209,206)
#E6DCD8
(230,220,216)
#ECE7E2
(236,231,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68488 color. Also use rgb(182,132,136) instead hex code.

Text Font Color

.myTextColor { color: #B68488; }

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

This text font color is #B68488.


Background Color

.myBgColor { background-color: #B68488; }

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

This div background color is #B68488.


Border color

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

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

This div border color is #B68488.


Opacity

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

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

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

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

This text has shadow with #B68488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68488 on black background.


Color preview on white background

This text has color #B68488 on white background.



Black color preview on #B68488 background

This text has black color on #B68488 background.


White color preview on #B68488 background

This text has white color on #B68488 background.