#BBB87C

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

Shades of Pine Glade #BBB87C

Tints of Pine Glade #BBB87C

Color information

#BBB87C (or 0xBBB87C) is unknown color: approx Pine Glade. HEX triplet: BB, B8 and 7C. RGB value is (187,184,124). Sum of RGB (Red+Green+Blue) = 187+184+124=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB87C is #444783. Grayscale: #B2B2B2. Windows color (decimal): -4474756 or 8173755. OLE color: 8173755.

HSL color Cylindrical-coordinate representation of color #BBB87C: hue angle of 57.14º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBB87C is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187184124-
CMYK00.020.340.27
HSL57.14º31.66%60.98%-
HSV(B)57.14º33.69%73.33%-
XYZ41.2746.325.83-
YUV178.0697.49134.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=37.78%
G=37.17%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718412400.020.340.2757.1431.6660.98
HexBBB87C02221B39203d
Octal273270174024233714075
Binary1011101110111000111110001010001011011111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB87C; }

 p { color: rgb(187,184,124); }

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

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

 a { background-color: rgb(187,184,124); }

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

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

 span { border-color: rgb(187,184,124); }

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