COLOR #B69288

HEX: #B69288
RGB: (182,146,136)

Color info

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

RGB color model

#B69288 color RGB value is (182,146,136).

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

RGB channels and saturation

R 182 of 255 = 71%
G 146 of 255 = 57%
B 136 of 255 = 53%

182
146
136

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

Portions of RGB colors in percentages

R + G + B =
182 + 146 + 136 = 464 (100%)
R 182 of 464 ~ 39.22%
G 146 of 464 ~ 31.47%
B 136 of 464 ~ 29.31%

%39.22
%31.47
%29.31

CMYK color model

#B69288 color CMYK value is (0,20,25,29).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(0,20,25,29)
C0M20Y25K29 
(0%,20%,25%,29%)
(0.00/0.20/0.25/0.29)	

CMYK percentages

%0
%19.78
%25.27
%28.63

Codes

Color #B69288 in popluar color models

B69288
RGB182146136
HSL13°23.96%62.35%
HSB/HSV13°25.27%71.37%
CMYK0.00%19.78%25.27%
28.63%

Color #B69288 in popluar number systems.

HEXB69288
Decimal182146136
Binary101101101001001010001000
Octal266222210

Shades and tints

Shades of #B69288

#B69288
(182,146,136)
#A6857C
(166,133,124)
#967870
(150,120,112)
#866B64
(134,107,100)
#765E58
(118,94,88)
#66514C
(102,81,76)
#564440
(86,68,64)
#463734
(70,55,52)
#362A28
(54,42,40)
#261D1C
(38,29,28)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #B69288

#B69288
(182,146,136)
#BC9B92
(188,155,146)
#C2A49C
(194,164,156)
#C8ADA6
(200,173,166)
#CEB6B0
(206,182,176)
#D4BFBA
(212,191,186)
#DAC8C4
(218,200,196)
#E0D1CE
(224,209,206)
#E6DAD8
(230,218,216)
#ECE3E2
(236,227,226)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69288; }

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

This text font color is #B69288.


Background Color

.myBgColor { background-color: #B69288; }

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

This div background color is #B69288.


Border color

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

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

This div border color is #B69288.


Opacity

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

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

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

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

This text has shadow with #B69288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69288 on black background.


Color preview on white background

This text has color #B69288 on white background.



Black color preview on #B69288 background

This text has black color on #B69288 background.


White color preview on #B69288 background

This text has white color on #B69288 background.