#BBBD87

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

Shades of Pine Glade #BBBD87

Tints of Pine Glade #BBBD87

Color information

#BBBD87 (or 0xBBBD87) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 87. RGB value is (187,189,135). Sum of RGB (Red+Green+Blue) = 187+189+135=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD87 is #444278. Grayscale: #B6B6B6. Windows color (decimal): -4473465 or 8895931. OLE color: 8895931.

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

Color convert

RGB187189135-
CMYK0.0100.290.26
HSL62.22º29.03%63.53%-
HSV(B)62.22º28.57%74.12%-
XYZ43.0648.7130.05-
YUV182.25101.34131.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=36.59%
G=36.99%
B=26.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891350.0100.290.2662.2229.0363.53
HexBBBD87101D1A3e1d40
Octal2732752071035327635100
Binary101110111011110110000111101110111010111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD87; }

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

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

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

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

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

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

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

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