Shades of Bone #D7BBA2
Tints of Bone #D7BBA2
RGB
CMYK
RGB Variations
Color information
#D7BBA2 (or 0xD7BBA2) is known color: Bone. HEX triplet: D7, BB and A2. RGB value is (215,187,162). Sum of RGB (Red+Green+Blue) = 215+187+162=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBA2 is #28445D. Grayscale: #C0C0C0. Windows color (decimal): -2638942 or 10664919. OLE color: 10664919.
HSL color Cylindrical-coordinate representation of color #D7BBA2: hue angle of 28.3º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7BBA2 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 162 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.16 |
| HSL | 28.3º | 0.4% | 0.74% | - |
| HSV(B) | 28.3º | 0.25% | 0.84% | - |
| XYZ | 52.32 | 52.6 | 41.58 | - |
| YUV | 192.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 162 | 0 | 0.13 | 0.25 | 0.16 | 28.3 | 0.4 | 0.74 |
| Hex | D7 | BB | A2 | 0 | D | 19 | 10 | 1C | 28 | 4A |
| Octal | 327 | 273 | 242 | 0 | 15 | 31 | 20 | 34 | 50 | 112 |
| Binary | 11010111 | 10111011 | 10100010 | 0 | 1101 | 11001 | 10000 | 11100 | 101000 | 1001010 |
Color Harmonies of #D7BBA2
Complementary color
Monochromatic Colors of #D7BBA2
Black with #D7BBA2
Text Example
Text Example
White with #D7BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBA2; }
p { color: rgb(215,187,162); }
H1.HeaderClassName
{
color: #D7BBA2;
}
.AnyTagClassName
{
color: #D7BBA2;
}
</style>
background-color css
<style>
a { background-color: #D7BBA2; }
a { background-color: rgb(215,187,162); }
div.DivClassName
{
background-color: #D7BBA2;
}
.BgClassName
{
background-color: #D7BBA2;
}
</style>
border-color css
<style>
span { border-color: #D7BBA2; }
span { border-color: rgb(215,187,162); }
td.TdClassName
{
border-color: #D7BBA2;
}
.TagClassName
{
border-color: #D7BBA2;
}
</style>