#BBB979

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

Shades of Pine Glade #BBB979

Tints of Pine Glade #BBB979

Color information

#BBB979 (or 0xBBB979) is unknown color: approx Pine Glade. HEX triplet: BB, B9 and 79. RGB value is (187,185,121). Sum of RGB (Red+Green+Blue) = 187+185+121=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB979 is #444686. Grayscale: #B2B2B2. Windows color (decimal): -4474503 or 7977403. OLE color: 7977403.

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

Color convert

RGB187185121-
CMYK00.010.350.27
HSL58.18º32.67%60.39%-
HSV(B)58.18º35.29%73.33%-
XYZ41.2946.6424.92-
YUV178.395.66134.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=37.93%
G=37.53%
B=24.54%

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
Decimal18718512100.010.350.2758.1832.6760.39
HexBBB97901231B3a213c
Octal273271171014333724174
Binary101110111011100111110010110001111011111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB979; }

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

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

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

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

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

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

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

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