#B9B778

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

Shades of Pine Glade #B9B778

Tints of Pine Glade #B9B778

Color information

#B9B778 (or 0xB9B778) is unknown color: approx Pine Glade. HEX triplet: B9, B7 and 78. RGB value is (185,183,120). Sum of RGB (Red+Green+Blue) = 185+183+120=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B778 is #464887. Grayscale: #B0B0B0. Windows color (decimal): -4606088 or 7911353. OLE color: 7911353.

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

Color convert

RGB185183120-
CMYK00.010.350.27
HSL58.15º31.71%59.8%-
HSV(B)58.15º35.14%72.55%-
XYZ40.3345.5424.43-
YUV176.4296.16134.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=37.91%
G=37.5%
B=24.59%

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
Decimal18518312000.010.350.2758.1531.7159.8
HexB9B77801231B3a203c
Octal271267170014333724074
Binary101110011011011111110000110001111011111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B778; }

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

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

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

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

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

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

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

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