Html Css Color HEX #BDB9A3 Ash

📋 copy color: '#BDB9A3'

red 189 ◦ green 185 ◦ blue 163

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

Shades of Ash #BDB9A3

Tints of Ash #BDB9A3

RGB

 RED value IS 189 (74.22% from 255) = 35.2%

 GREEN value IS 185 (72.66% from 255) = 34.45%

 BLUE value IS 163 (64.06% from 255) = 30.35%

R = 35.2%
G = 34.45%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BDB9A3 (or 0xBDB9A3) is known color: Ash. HEX triplet: BD, B9 and A3. RGB value is (189,185,163). Sum of RGB (Red+Green+Blue) = 189+185+163=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9A3 is #42465C. Grayscale: #B7B7B7. Windows color (decimal): -4343389 or 10729917. OLE color: 10729917.

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

Color convert

RGB 189 185 163 -
CMYK 0 0.02 0.14 0.26
HSL 50.77º 0.16% 0.69% -
HSV(B) 50.77º 0.14% 0.74% -
XYZ 44.95 48.16 41.58 -
YUV 183.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 189 185 163 0 0.02 0.14 0.26 50.77 0.16 0.69
Hex BD B9 A3 0 2 E 1A 33 10 45
Octal 275 271 243 0 2 16 32 63 20 105
Binary 10111101 10111001 10100011 0 10 1110 11010 110011 10000 1000101

Color Harmonies of #BDB9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9A3

Black with #BDB9A3

Text Example


Text Example

White with #BDB9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9A3; }

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

 H1.HeaderClassName
 {
   color: #BDB9A3;
 }
 .AnyTagClassName
 {
   color: #BDB9A3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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