Shades of Dusty Grey #B69D9A
Tints of Dusty Grey #B69D9A
RGB
CMYK
RGB Variations
Color information
#B69D9A (or 0xB69D9A) is known color: Dusty Grey. HEX triplet: B6, 9D and 9A. RGB value is (182,157,154). Sum of RGB (Red+Green+Blue) = 182+157+154=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69D9A is #496265. Grayscale: #A4A4A4. Windows color (decimal): -4809318 or 10132918. OLE color: 10132918.
HSL color Cylindrical-coordinate representation of color #B69D9A: hue angle of 6.43º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69D9A is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 157 | 154 | - |
CMYK | 0 | 0.14 | 0.15 | 0.29 |
HSL | 6.43º | 0.16% | 0.66% | - |
HSV(B) | 6.43º | 0.15% | 0.71% | - |
XYZ | 37.18 | 36.39 | 35.64 | - |
YUV | 164.13 | 122.28 | 140.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 157 | 154 | 0 | 0.14 | 0.15 | 0.29 | 6.43 | 0.16 | 0.66 |
Hex | B6 | 9D | 9A | 0 | E | F | 1D | 6 | 10 | 42 |
Octal | 266 | 235 | 232 | 0 | 16 | 17 | 35 | 6 | 20 | 102 |
Binary | 10110110 | 10011101 | 10011010 | 0 | 1110 | 1111 | 11101 | 110 | 10000 | 1000010 |
Color Harmonies of #B69D9A
Complementary color
Monochromatic Colors of #B69D9A
Black with #B69D9A
Text Example
Text Example
White with #B69D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69D9A; }
p { color: rgb(182,157,154); }
H1.HeaderClassName
{
color: #B69D9A;
}
.AnyTagClassName
{
color: #B69D9A;
}
</style>
background-color css
<style>
a { background-color: #B69D9A; }
a { background-color: rgb(182,157,154); }
div.DivClassName
{
background-color: #B69D9A;
}
.BgClassName
{
background-color: #B69D9A;
}
</style>
border-color css
<style>
span { border-color: #B69D9A; }
span { border-color: rgb(182,157,154); }
td.TdClassName
{
border-color: #B69D9A;
}
.TagClassName
{
border-color: #B69D9A;
}
</style>