#BDB9A4

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

Shades of Ash #BDB9A4

Tints of Ash #BDB9A4

Color information

#BDB9A4 (or 0xBDB9A4) is unknown color: approx Ash. HEX triplet: BD, B9 and A4. RGB value is (189,185,164). Sum of RGB (Red+Green+Blue) = 189+185+164=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9A4 is #42465B. Grayscale: #B7B7B7. Windows color (decimal): -4343388 or 10795453. OLE color: 10795453.

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

Color convert

RGB189185164-
CMYK00.020.130.26
HSL50.4º15.92%69.22%-
HSV(B)50.4º13.23%74.12%-
XYZ45.0448.242.05-
YUV183.8116.83131.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=35.13%
G=34.39%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918516400.020.130.2650.415.9269.22
HexBDB9A402D1A321045
Octal2752712440215326220105
Binary101111011011100110100100010110111010110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9A4; }

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

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

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

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

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

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

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

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