Shades of Bone #D7BFA8
Tints of Bone #D7BFA8
RGB
CMYK
RGB Variations
Color information
#D7BFA8 (or 0xD7BFA8) is known color: Bone. HEX triplet: D7, BF and A8. RGB value is (215,191,168). Sum of RGB (Red+Green+Blue) = 215+191+168=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BFA8 is #284057. Grayscale: #C3C3C3. Windows color (decimal): -2637912 or 11059159. OLE color: 11059159.
HSL color Cylindrical-coordinate representation of color #D7BFA8: hue angle of 29.36º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7BFA8 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 168 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.16 |
| HSL | 29.36º | 0.37% | 0.75% | - |
| HSV(B) | 29.36º | 0.22% | 0.84% | - |
| XYZ | 53.72 | 54.54 | 44.74 | - |
| YUV | 195.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 168 | 0 | 0.11 | 0.22 | 0.16 | 29.36 | 0.37 | 0.75 |
| Hex | D7 | BF | A8 | 0 | B | 16 | 10 | 1D | 25 | 4B |
| Octal | 327 | 277 | 250 | 0 | 13 | 26 | 20 | 35 | 45 | 113 |
| Binary | 11010111 | 10111111 | 10101000 | 0 | 1011 | 10110 | 10000 | 11101 | 100101 | 1001011 |
Color Harmonies of #D7BFA8
Complementary color
Monochromatic Colors of #D7BFA8
Black with #D7BFA8
Text Example
Text Example
White with #D7BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFA8; }
p { color: rgb(215,191,168); }
H1.HeaderClassName
{
color: #D7BFA8;
}
.AnyTagClassName
{
color: #D7BFA8;
}
</style>
background-color css
<style>
a { background-color: #D7BFA8; }
a { background-color: rgb(215,191,168); }
div.DivClassName
{
background-color: #D7BFA8;
}
.BgClassName
{
background-color: #D7BFA8;
}
</style>
border-color css
<style>
span { border-color: #D7BFA8; }
span { border-color: rgb(215,191,168); }
td.TdClassName
{
border-color: #D7BFA8;
}
.TagClassName
{
border-color: #D7BFA8;
}
</style>