Shades of Dusty Grey #BE9F9F
Tints of Dusty Grey #BE9F9F
RGB
CMYK
RGB Variations
Color information
#BE9F9F (or 0xBE9F9F) is known color: Dusty Grey. HEX triplet: BE, 9F and 9F. RGB value is (190,159,159). Sum of RGB (Red+Green+Blue) = 190+159+159=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F9F is #416060. Grayscale: #A8A8A8. Windows color (decimal): -4284513 or 10461118. OLE color: 10461118.
HSL color Cylindrical-coordinate representation of color #BE9F9F: hue angle of 0º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BE9F9F is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 159 | 159 | - |
CMYK | 0 | 0.16 | 0.16 | 0.25 |
HSL | 0º | 0.19% | 0.68% | - |
HSV(B) | 0º | 0.16% | 0.75% | - |
XYZ | 39.89 | 38.25 | 38.08 | - |
YUV | 168.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 159 | 159 | 0 | 0.16 | 0.16 | 0.25 | 0 | 0.19 | 0.68 |
Hex | BE | 9F | 9F | 0 | 10 | 10 | 19 | 0 | 13 | 44 |
Octal | 276 | 237 | 237 | 0 | 20 | 20 | 31 | 0 | 23 | 104 |
Binary | 10111110 | 10011111 | 10011111 | 0 | 10000 | 10000 | 11001 | 0 | 10011 | 1000100 |
Color Harmonies of #BE9F9F
Complementary color
Monochromatic Colors of #BE9F9F
Black with #BE9F9F
Text Example
Text Example
White with #BE9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F9F; }
p { color: rgb(190,159,159); }
H1.HeaderClassName
{
color: #BE9F9F;
}
.AnyTagClassName
{
color: #BE9F9F;
}
</style>
background-color css
<style>
a { background-color: #BE9F9F; }
a { background-color: rgb(190,159,159); }
div.DivClassName
{
background-color: #BE9F9F;
}
.BgClassName
{
background-color: #BE9F9F;
}
</style>
border-color css
<style>
span { border-color: #BE9F9F; }
span { border-color: rgb(190,159,159); }
td.TdClassName
{
border-color: #BE9F9F;
}
.TagClassName
{
border-color: #BE9F9F;
}
</style>