#B9B882

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

Shades of Pine Glade #B9B882

Tints of Pine Glade #B9B882

Color information

#B9B882 (or 0xB9B882) is unknown color: approx Pine Glade. HEX triplet: B9, B8 and 82. RGB value is (185,184,130). Sum of RGB (Red+Green+Blue) = 185+184+130=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B882 is #46477D. Grayscale: #B2B2B2. Windows color (decimal): -4605822 or 8566969. OLE color: 8566969.

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

Color convert

RGB185184130-
CMYK00.010.300.27
HSL58.91º28.21%61.76%-
HSV(B)58.91º29.73%72.55%-
XYZ41.1846.2127.87-
YUV178.14100.83132.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=37.07%
G=36.87%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518413000.010.300.2758.9128.2161.76
HexB9B882011E1B3b1c3e
Octal271270202013633733476
Binary10111001101110001000001001111101101111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B882; }

 p { color: rgb(185,184,130); }

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

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

 a { background-color: rgb(185,184,130); }

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

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

 span { border-color: rgb(185,184,130); }

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