Shades of Bone #D7BBA1
Tints of Bone #D7BBA1
RGB
CMYK
RGB Variations
Color information
#D7BBA1 (or 0xD7BBA1) is known color: Bone. HEX triplet: D7, BB and A1. RGB value is (215,187,161). Sum of RGB (Red+Green+Blue) = 215+187+161=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBA1 is #28445E. Grayscale: #C0C0C0. Windows color (decimal): -2638943 or 10599383. OLE color: 10599383.
HSL color Cylindrical-coordinate representation of color #D7BBA1: hue angle of 28.89º 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 #D7BBA1 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 161 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.16 |
| HSL | 28.89º | 0.4% | 0.74% | - |
| HSV(B) | 28.89º | 0.25% | 0.84% | - |
| XYZ | 52.23 | 52.56 | 41.11 | - |
| YUV | 192.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 161 | 0 | 0.13 | 0.25 | 0.16 | 28.89 | 0.4 | 0.74 |
| Hex | D7 | BB | A1 | 0 | D | 19 | 10 | 1D | 28 | 4A |
| Octal | 327 | 273 | 241 | 0 | 15 | 31 | 20 | 35 | 50 | 112 |
| Binary | 11010111 | 10111011 | 10100001 | 0 | 1101 | 11001 | 10000 | 11101 | 101000 | 1001010 |
Color Harmonies of #D7BBA1
Complementary color
Monochromatic Colors of #D7BBA1
Black with #D7BBA1
Text Example
Text Example
White with #D7BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBA1; }
p { color: rgb(215,187,161); }
H1.HeaderClassName
{
color: #D7BBA1;
}
.AnyTagClassName
{
color: #D7BBA1;
}
</style>
background-color css
<style>
a { background-color: #D7BBA1; }
a { background-color: rgb(215,187,161); }
div.DivClassName
{
background-color: #D7BBA1;
}
.BgClassName
{
background-color: #D7BBA1;
}
</style>
border-color css
<style>
span { border-color: #D7BBA1; }
span { border-color: rgb(215,187,161); }
td.TdClassName
{
border-color: #D7BBA1;
}
.TagClassName
{
border-color: #D7BBA1;
}
</style>