Html Css Color HEX #BD9D9A Dusty Grey

📋 copy color: '#BD9D9A'

red 189 ◦ green 157 ◦ blue 154

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

Shades of Dusty Grey #BD9D9A

Tints of Dusty Grey #BD9D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 37.8%
G = 31.4%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD9D9A (or 0xBD9D9A) is known color: Dusty Grey. HEX triplet: BD, 9D and 9A. RGB value is (189,157,154). Sum of RGB (Red+Green+Blue) = 189+157+154=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D9A is #426265. Grayscale: #A6A6A6. Windows color (decimal): -4350566 or 10132925. OLE color: 10132925.

HSL color Cylindrical-coordinate representation of color #BD9D9A: hue angle of 5.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9D9A is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 154 -
CMYK 0 0.17 0.19 0.26
HSL 5.14º 0.21% 0.67% -
HSV(B) 5.14º 0.19% 0.74% -
XYZ 38.88 37.27 35.72 -
YUV 166.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 189 157 154 0 0.17 0.19 0.26 5.14 0.21 0.67
Hex BD 9D 9A 0 11 13 1A 5 15 43
Octal 275 235 232 0 21 23 32 5 25 103
Binary 10111101 10011101 10011010 0 10001 10011 11010 101 10101 1000011

Color Harmonies of #BD9D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D9A

Black with #BD9D9A

Text Example


Text Example

White with #BD9D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D9A; }

 p { color: rgb(189,157,154); }

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

background-color css

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

 a { background-color: rgb(189,157,154); }

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

border-color css

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

 span { border-color: rgb(189,157,154); }

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