#BDB7A4

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

Shades of Ash #BDB7A4

Tints of Ash #BDB7A4

Color information

#BDB7A4 (or 0xBDB7A4) is unknown color: approx Ash. HEX triplet: BD, B7 and A4. RGB value is (189,183,164). Sum of RGB (Red+Green+Blue) = 189+183+164=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7A4 is #42485B. Grayscale: #B6B6B6. Windows color (decimal): -4343900 or 10794941. OLE color: 10794941.

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

Color convert

RGB189183164-
CMYK00.030.130.26
HSL45.6º15.92%69.22%-
HSV(B)45.6º13.23%74.12%-
XYZ44.6247.3741.91-
YUV182.63117.49132.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=35.26%
G=34.14%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918316400.030.130.2645.615.9269.22
HexBDB7A403D1A2e1045
Octal2752672440315325620105
Binary101111011011011110100100011110111010101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7A4; }

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

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

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

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

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

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

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

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