#BBBA76

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

Shades of Pine Glade #BBBA76

Tints of Pine Glade #BBBA76

Color information

#BBBA76 (or 0xBBBA76) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 76. RGB value is (187,186,118). Sum of RGB (Red+Green+Blue) = 187+186+118=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA76 is #444589. Grayscale: #B2B2B2. Windows color (decimal): -4474250 or 7781051. OLE color: 7781051.

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

Color convert

RGB187186118-
CMYK00.010.370.27
HSL59.13º33.66%59.8%-
HSV(B)59.13º36.9%73.33%-
XYZ41.3246.9924.03-
YUV178.5593.83134.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=38.09%
G=37.88%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718611800.010.370.2759.1333.6659.8
HexBBBA7601251B3b223c
Octal273272166014533734274
Binary101110111011101011101100110010111011111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA76; }

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

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

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

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

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

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

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

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