#BDB97A

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

Shades of Pine Glade #BDB97A

Tints of Pine Glade #BDB97A

Color information

#BDB97A (or 0xBDB97A) is unknown color: approx Pine Glade. HEX triplet: BD, B9 and 7A. RGB value is (189,185,122). Sum of RGB (Red+Green+Blue) = 189+185+122=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97A is #424685. Grayscale: #B3B3B3. Windows color (decimal): -4343430 or 8042941. OLE color: 8042941.

HSL color Cylindrical-coordinate representation of color #BDB97A: hue angle of 56.42º 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 #BDB97A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189185122-
CMYK00.020.350.26
HSL56.42º33.67%60.98%-
HSV(B)56.42º35.45%74.12%-
XYZ41.8546.9225.26-
YUV179.0195.83135.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=38.10%
G=37.30%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918512200.020.350.2656.4233.6760.98
HexBDB97A02231A38223d
Octal275271172024332704275
Binary1011110110111001111101001010001111010111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB97A; }

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

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

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

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

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

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

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

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