#BCBB87

Color #BCBB87 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCBB87

Tints of Pine Glade #BCBB87

Color information

#BCBB87 (or 0xBCBB87) is unknown color: approx Pine Glade. HEX triplet: BC, BB and 87. RGB value is (188,187,135). Sum of RGB (Red+Green+Blue) = 188+187+135=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB87 is #434478. Grayscale: #B5B5B5. Windows color (decimal): -4408441 or 8895420. OLE color: 8895420.

HSL color Cylindrical-coordinate representation of color #BCBB87: hue angle of 58.87º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCBB87 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB188187135-
CMYK00.010.280.26
HSL58.87º28.34%63.33%-
HSV(B)58.87º28.19%73.73%-
XYZ42.8847.9829.92-
YUV181.37101.83132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=36.86%
G=36.67%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818713500.010.280.2658.8728.3463.33
HexBCBB87011C1A3b1c3f
Octal274273207013432733477
Binary10111100101110111000011101111001101011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB87; }

 p { color: rgb(188,187,135); }

 H1.HeaderClassName
 {
   color: #BCBB87;
 }
 .AnyTagClassName
 {
   color: #BCBB87;
 }
</style>
background-color css

<style>
 a { background-color: #BCBB87; }

 a { background-color: rgb(188,187,135); }

 div.DivClassName
 {
   background-color: #BCBB87;
 }
 .BgClassName
 {
   background-color: #BCBB87;
 }
</style>
border-color css

<style>
 span { border-color: #BCBB87; }

 span { border-color: rgb(188,187,135); }

 td.TdClassName
 {
   border-color: #BCBB87;
 }
 .TagClassName
 {
   border-color: #BCBB87;
 }
</style>