Html Css Color HEX #BD9F9D Dusty Grey

📋 copy color: '#BD9F9D'

red 189 ◦ green 159 ◦ blue 157

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

Shades of Dusty Grey #BD9F9D

Tints of Dusty Grey #BD9F9D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 37.43%
G = 31.49%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD9F9D (or 0xBD9F9D) is known color: Dusty Grey. HEX triplet: BD, 9F and 9D. RGB value is (189,159,157). Sum of RGB (Red+Green+Blue) = 189+159+157=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F9D is #426062. Grayscale: #A7A7A7. Windows color (decimal): -4350051 or 10330045. OLE color: 10330045.

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

Color convert

RGB 189 159 157 -
CMYK 0 0.16 0.17 0.26
HSL 3.75º 0.2% 0.68% -
HSV(B) 3.75º 0.17% 0.74% -
XYZ 39.47 38.05 37.16 -
YUV 167.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 189 159 157 0 0.16 0.17 0.26 3.75 0.2 0.68
Hex BD 9F 9D 0 10 11 1A 4 14 44
Octal 275 237 235 0 20 21 32 4 24 104
Binary 10111101 10011111 10011101 0 10000 10001 11010 100 10100 1000100

Color Harmonies of #BD9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F9D

Black with #BD9F9D

Text Example


Text Example

White with #BD9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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