#BBBA79

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

Shades of Pine Glade #BBBA79

Tints of Pine Glade #BBBA79

Color information

#BBBA79 (or 0xBBBA79) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 79. RGB value is (187,186,121). Sum of RGB (Red+Green+Blue) = 187+186+121=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA79 is #444586. Grayscale: #B3B3B3. Windows color (decimal): -4474247 or 7977659. OLE color: 7977659.

HSL color Cylindrical-coordinate representation of color #BBBA79: hue angle of 59.09º 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 #BBBA79 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187186121-
CMYK00.010.350.27
HSL59.09º32.67%60.39%-
HSV(B)59.09º35.29%73.33%-
XYZ41.547.0624.99-
YUV178.8995.33133.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=37.85%
G=37.65%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718612100.010.350.2759.0932.6760.39
HexBBBA7901231B3b213c
Octal273272171014333734174
Binary101110111011101011110010110001111011111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA79; }

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

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

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

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

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

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

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

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