#BBBA78

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

Shades of Pine Glade #BBBA78

Tints of Pine Glade #BBBA78

Color information

#BBBA78 (or 0xBBBA78) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 78. RGB value is (187,186,120). Sum of RGB (Red+Green+Blue) = 187+186+120=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA78 is #444587. Grayscale: #B3B3B3. Windows color (decimal): -4474248 or 7912123. OLE color: 7912123.

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

Color convert

RGB187186120-
CMYK00.010.360.27
HSL59.1º33%60.2%-
HSV(B)59.1º35.83%73.33%-
XYZ41.4447.0424.66-
YUV178.7794.83133.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=37.93%
G=37.73%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718612000.010.360.2759.13360.2
HexBBBA7801241B3b213c
Octal273272170014433734174
Binary101110111011101011110000110010011011111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA78; }

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

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

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

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

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

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

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

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