Html Css Color HEX #BDB9A4 Ash

📋 copy color: '#BDB9A4'

red 189 ◦ green 185 ◦ blue 164

#BDB9A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ash #BDB9A4

Tints of Ash #BDB9A4

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 value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDB9A4 (or 0xBDB9A4) is known color: 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

RGB 189 185 164 -
CMYK 0 0.02 0.13 0.26
HSL 50.4º 0.16% 0.69% -
HSV(B) 50.4º 0.13% 0.74% -
XYZ 45.04 48.2 42.05 -
YUV 183.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 189 185 164 0 0.02 0.13 0.26 50.4 0.16 0.69
Hex BD B9 A4 0 2 D 1A 32 10 45
Octal 275 271 244 0 2 15 32 62 20 105
Binary 10111101 10111001 10100100 0 10 1101 11010 110010 10000 1000101

Color Harmonies of #BDB9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9A4

Black with #BDB9A4

Text Example


Text Example

White with #BDB9A4

Text Example


Text Example

HTML Codes & Css Web 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>