#BBBA84

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

Shades of Pine Glade #BBBA84

Tints of Pine Glade #BBBA84

Color information

#BBBA84 (or 0xBBBA84) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 84. RGB value is (187,186,132). Sum of RGB (Red+Green+Blue) = 187+186+132=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA84 is #44457B. Grayscale: #B4B4B4. Windows color (decimal): -4474236 or 8698555. OLE color: 8698555.

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

Color convert

RGB187186132-
CMYK00.010.290.27
HSL58.91º28.8%62.55%-
HSV(B)58.91º29.41%73.33%-
XYZ42.2247.3528.74-
YUV180.14100.83132.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=37.03%
G=36.83%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718613200.010.290.2758.9128.862.55
HexBBBA84011D1B3b1d3f
Octal273272204013533733577
Binary10111011101110101000010001111011101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA84; }

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

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

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

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

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

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

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

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