#BDB87A

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

Shades of Pine Glade #BDB87A

Tints of Pine Glade #BDB87A

Color information

#BDB87A (or 0xBDB87A) is unknown color: approx Pine Glade. HEX triplet: BD, B8 and 7A. RGB value is (189,184,122). Sum of RGB (Red+Green+Blue) = 189+184+122=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB87A is #424785. Grayscale: #B2B2B2. Windows color (decimal): -4343686 or 8042685. OLE color: 8042685.

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

Color convert

RGB189184122-
CMYK00.030.350.26
HSL55.52º33.67%60.98%-
HSV(B)55.52º35.45%74.12%-
XYZ41.6446.525.19-
YUV178.4396.16135.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=38.18%
G=37.17%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918412200.030.350.2655.5233.6760.98
HexBDB87A03231A38223d
Octal275270172034332704275
Binary1011110110111000111101001110001111010111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB87A; }

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

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

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

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

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

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

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

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