#BDBA82

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

Shades of Pine Glade #BDBA82

Tints of Pine Glade #BDBA82

Color information

#BDBA82 (or 0xBDBA82) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 82. RGB value is (189,186,130). Sum of RGB (Red+Green+Blue) = 189+186+130=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA82 is #42457D. Grayscale: #B4B4B4. Windows color (decimal): -4343166 or 8567485. OLE color: 8567485.

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

Color convert

RGB189186130-
CMYK00.020.310.26
HSL56.95º30.89%62.55%-
HSV(B)56.95º31.22%74.12%-
XYZ42.5747.5528.05-
YUV180.5199.49134.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=37.43%
G=36.83%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918613000.020.310.2656.9530.8962.55
HexBDBA82021F1A391f3f
Octal275272202023732713777
Binary101111011011101010000010010111111101011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA82; }

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

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

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

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

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

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

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

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