#BDB9A7

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

Shades of Ash #BDB9A7

Tints of Ash #BDB9A7

Color information

#BDB9A7 (or 0xBDB9A7) is unknown color: approx Ash. HEX triplet: BD, B9 and A7. RGB value is (189,185,167). Sum of RGB (Red+Green+Blue) = 189+185+167=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9A7 is #424658. Grayscale: #B8B8B8. Windows color (decimal): -4343385 or 10992061. OLE color: 10992061.

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

Color convert

RGB189185167-
CMYK00.020.120.26
HSL49.09º14.29%69.8%-
HSV(B)49.09º11.64%74.12%-
XYZ45.3148.3143.5-
YUV184.14118.33131.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 167 (65.62% from 255) = 30.87%
R=34.94%
G=34.20%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918516700.020.120.2649.0914.2969.8
HexBDB9A702C1A31e46
Octal2752712470214326116106
Binary10111101101110011010011101011001101011000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9A7; }

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

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

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

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

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

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

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

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