#BD9D9B

Color #BD9D9B Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #BD9D9B

Tints of Dusty Grey #BD9D9B

Color information

#BD9D9B (or 0xBD9D9B) is unknown color: approx Dusty Grey. HEX triplet: BD, 9D and 9B. RGB value is (189,157,155). Sum of RGB (Red+Green+Blue) = 189+157+155=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D9B is #426264. Grayscale: #A6A6A6. Windows color (decimal): -4350565 or 10198461. OLE color: 10198461.

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

Color convert

RGB189157155-
CMYK00.170.180.26
HSL3.53º20.48%67.45%-
HSV(B)3.53º17.99%74.12%-
XYZ38.9637.336.16-
YUV166.34121.6144.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=37.72%
G=31.34%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915715500.170.180.263.5320.4867.45
HexBD9D9B011121A41443
Octal2752352330212232424103
Binary1011110110011101100110110100011001011010100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D9B; }

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

 H1.HeaderClassName
 {
   color: #BD9D9B;
 }
 .AnyTagClassName
 {
   color: #BD9D9B;
 }
</style>
background-color css

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

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

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

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

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

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