#BDB87F

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

Shades of Pine Glade #BDB87F

Tints of Pine Glade #BDB87F

Color information

#BDB87F (or 0xBDB87F) is unknown color: approx Pine Glade. HEX triplet: BD, B8 and 7F. RGB value is (189,184,127). Sum of RGB (Red+Green+Blue) = 189+184+127=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87F is #424780. Grayscale: #B3B3B3. Windows color (decimal): -4343681 or 8370365. OLE color: 8370365.

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

Color convert

RGB189184127-
CMYK00.030.330.26
HSL55.16º31.96%61.96%-
HSV(B)55.16º32.8%74.12%-
XYZ41.9646.6326.87-
YUV17998.66135.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 127 (50% from 255) = 25.4%
R=37.8%
G=36.8%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918412700.030.330.2655.1631.9661.96
HexBDB87F03211A37203e
Octal275270177034132674076
Binary1011110110111000111111101110000111010110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB87F; }

 p { color: rgb(189,184,127); }

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

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

 a { background-color: rgb(189,184,127); }

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

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

 span { border-color: rgb(189,184,127); }

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