#BBB879

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

Shades of Pine Glade #BBB879

Tints of Pine Glade #BBB879

Color information

#BBB879 (or 0xBBB879) is unknown color: approx Pine Glade. HEX triplet: BB, B8 and 79. RGB value is (187,184,121). Sum of RGB (Red+Green+Blue) = 187+184+121=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB879 is #444786. Grayscale: #B1B1B1. Windows color (decimal): -4474759 or 7977147. OLE color: 7977147.

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

Color convert

RGB187184121-
CMYK00.020.350.27
HSL57.27º32.67%60.39%-
HSV(B)57.27º35.29%73.33%-
XYZ41.0946.2324.85-
YUV177.7295.99134.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=38.01%
G=37.40%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718412100.020.350.2757.2732.6760.39
HexBBB87902231B39213c
Octal273270171024333714174
Binary1011101110111000111100101010001111011111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB879; }

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

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

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

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

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

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

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

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