#BDB981

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

Shades of Pine Glade #BDB981

Tints of Pine Glade #BDB981

Color information

#BDB981 (or 0xBDB981) is unknown color: approx Pine Glade. HEX triplet: BD, B9 and 81. RGB value is (189,185,129). Sum of RGB (Red+Green+Blue) = 189+185+129=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB981 is #42467E. Grayscale: #B4B4B4. Windows color (decimal): -4343423 or 8501693. OLE color: 8501693.

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

Color convert

RGB189185129-
CMYK00.020.320.26
HSL56º31.25%62.35%-
HSV(B)56º31.75%74.12%-
XYZ42.347.127.63-
YUV179.8199.33134.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=37.57%
G=36.78%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918512900.020.320.265631.2562.35
HexBDB98102201A381f3e
Octal275271201024032703776
Binary1011110110111001100000010101000001101011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB981; }

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

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

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

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

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

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

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

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