#BDBA77

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

Shades of Pine Glade #BDBA77

Tints of Pine Glade #BDBA77

Color information

#BDBA77 (or 0xBDBA77) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 77. RGB value is (189,186,119). Sum of RGB (Red+Green+Blue) = 189+186+119=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA77 is #424588. Grayscale: #B3B3B3. Windows color (decimal): -4343177 or 7846589. OLE color: 7846589.

HSL color Cylindrical-coordinate representation of color #BDBA77: hue angle of 57.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDBA77 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189186119-
CMYK00.020.370.26
HSL57.43º34.65%60.39%-
HSV(B)57.43º37.04%74.12%-
XYZ41.8747.2724.37-
YUV179.2693.99134.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=38.26%
G=37.65%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918611900.020.370.2657.4334.6560.39
HexBDBA7702251A39233c
Octal275272167024532714374
Binary1011110110111010111011101010010111010111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA77; }

 p { color: rgb(189,186,119); }

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

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

 a { background-color: rgb(189,186,119); }

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

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

 span { border-color: rgb(189,186,119); }

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