#B9B781

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

Shades of Pine Glade #B9B781

Tints of Pine Glade #B9B781

Color information

#B9B781 (or 0xB9B781) is unknown color: approx Pine Glade. HEX triplet: B9, B7 and 81. RGB value is (185,183,129). Sum of RGB (Red+Green+Blue) = 185+183+129=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B781 is #46487E. Grayscale: #B1B1B1. Windows color (decimal): -4606079 or 8501177. OLE color: 8501177.

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

Color convert

RGB185183129-
CMYK00.010.300.27
HSL57.86º28.57%61.57%-
HSV(B)57.86º30.27%72.55%-
XYZ40.945.7727.45-
YUV177.44100.66133.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=37.22%
G=36.82%
B=25.96%

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
Decimal18518312900.010.300.2757.8628.5761.57
HexB9B781011E1B3a1d3e
Octal271267201013633723576
Binary10111001101101111000000101111101101111101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B781; }

 p { color: rgb(185,183,129); }

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

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

 a { background-color: rgb(185,183,129); }

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

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

 span { border-color: rgb(185,183,129); }

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