COLOR #B8BE88

HEX: #B8BE88 RGB: (184,190,136)

Color info

#B8BE88 contains red, green and blue colors in about the same proportion. Web safe color of #B8BE88 is #CCCC99 (or #CC9).

RGB color model

#B8BE88 color RGB value is (184,190,136).

RGB: (184,190,136) (72%, 75%, 53%)

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 136 of 255 = 53%

184
190
136

R + G + B ~ 67%. #B8BE88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 190 + 136 = 510 (100%)
R 184 of 510 ~ 36.08%
G 190 of 510 ~ 37.25%
B 136 of 510 ~ 26.67'%

%36.08
%37.25
%26.67

CMYK color model

#B8BE88 color CMYK value is (3,0,28,25).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 25.49%

CMYK: (3,0,28,25)
C3M0Y28K25 (3%, 0%, 28%, 25%)
(0.03 / 0.00 / 0.28 / 0.25)

CMYK percentages

%3.16
%0
%28.42
%25.49

Codes

Color #B8BE88 in popluar color models

B8 BE 88
RGB 184 190 136
HSL 67° 29.35% 63.92%
HSB/HSV 67° 28.42% 74.51%
CMYK 3.16% 0.00% 28.42%
25.49%

Color #B8BE88 in popluar number systems.

HEX B8 BE 88
Decimal 184 190 136
Binary 10111000 10111110 10001000
Octal 270 276 210

Shades and tints

Shades of #B8BE88

#B8BE88
(184,190,136)
#A8AD7C
(168,173,124)
#989C70
(152,156,112)
#888B64
(136,139,100)
#787A58
(120,122,88)
#68694C
(104,105,76)
#585840
(88,88,64)
#484734
(72,71,52)
#383628
(56,54,40)
#28251C
(40,37,28)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #B8BE88

#B8BE88
(184,190,136)
#BEC392
(190,195,146)
#C4C89C
(196,200,156)
#CACDA6
(202,205,166)
#D0D2B0
(208,210,176)
#D6D7BA
(214,215,186)
#DCDCC4
(220,220,196)
#E2E1CE
(226,225,206)
#E8E6D8
(232,230,216)
#EEEBE2
(238,235,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BE88 color. Also use rgb(184,190,136) instead hex code.

Text Font Color

.myTextColor { color: #B8BE88; }

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

This text font color is #B8BE88.

Background Color

.myBgColor { background-color: #B8BE88; }

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

This div background color is #B8BE88.

Border color

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

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

This div border color is #B8BE88.

Opacity

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

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

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

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

This text has shadow with #B8BE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BE88.

Preview

Color preview on black background

This text has color #B8BE88 on black background.


Color preview on white background

This text has color #B8BE88 on white background.


Black color preview on #B8BE88 background

This text has black color on #B8BE88 background.


White color preview on #B8BE88 background

This text has white color on #B8BE88 background.


Related colors

Complementary color

Complementary color for #hex is #474177.


I love getcolorcode.com

Triadic colors

1 #88B8BE and #BE88B8 with #B8BE88 are triadic colors.

2 #88BEB8 and #BEB888 with #B8BE88 are triadic colors.