Html Css Color HEX #BDB8A7 Ash

📋 copy color: '#BDB8A7'

red 189 ◦ green 184 ◦ blue 167

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

Shades of Ash #BDB8A7

Tints of Ash #BDB8A7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

 BLUE value IS 167 (65.63% from 255) = 30.93%

R = 35%
G = 34.07%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDB8A7 (or 0xBDB8A7) is known color: Ash. HEX triplet: BD, B8 and A7. RGB value is (189,184,167). Sum of RGB (Red+Green+Blue) = 189+184+167=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8A7 is #424758. Grayscale: #B7B7B7. Windows color (decimal): -4343641 or 10991805. OLE color: 10991805.

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

Color convert

RGB 189 184 167 -
CMYK 0 0.03 0.12 0.26
HSL 46.36º 0.14% 0.7% -
HSV(B) 46.36º 0.12% 0.74% -
XYZ 45.1 47.89 43.43 -
YUV 183.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 189 184 167 0 0.03 0.12 0.26 46.36 0.14 0.7
Hex BD B8 A7 0 3 C 1A 2E E 46
Octal 275 270 247 0 3 14 32 56 16 106
Binary 10111101 10111000 10100111 0 11 1100 11010 101110 1110 1000110

Color Harmonies of #BDB8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8A7

Black with #BDB8A7

Text Example


Text Example

White with #BDB8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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