#BBBA7C

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

Shades of Pine Glade #BBBA7C

Tints of Pine Glade #BBBA7C

Color information

#BBBA7C (or 0xBBBA7C) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 7C. RGB value is (187,186,124). Sum of RGB (Red+Green+Blue) = 187+186+124=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA7C is #444583. Grayscale: #B3B3B3. Windows color (decimal): -4474244 or 8174267. OLE color: 8174267.

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

Color convert

RGB187186124-
CMYK00.010.340.27
HSL59.05º31.66%60.98%-
HSV(B)59.05º33.69%73.33%-
XYZ41.6947.1425.97-
YUV179.2396.83133.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=37.63%
G=37.42%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718612400.010.340.2759.0531.6660.98
HexBBBA7C01221B3b203d
Octal273272174014233734075
Binary101110111011101011111000110001011011111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA7C; }

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

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

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

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

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

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

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

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