Shades of Bone #D6BEAA
Tints of Bone #D6BEAA
RGB
CMYK
RGB Variations
Color information
#D6BEAA (or 0xD6BEAA) is known color: Bone. HEX triplet: D6, BE and AA. RGB value is (214,190,170). Sum of RGB (Red+Green+Blue) = 214+190+170=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAA is #294155. Grayscale: #C3C3C3. Windows color (decimal): -2703702 or 11189974. OLE color: 11189974.
HSL color Cylindrical-coordinate representation of color #D6BEAA: hue angle of 27.27º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BEAA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 170 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.16 |
| HSL | 27.27º | 0.35% | 0.75% | - |
| HSV(B) | 27.27º | 0.21% | 0.84% | - |
| XYZ | 53.4 | 54.03 | 45.64 | - |
| YUV | 194.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 170 | 0 | 0.11 | 0.21 | 0.16 | 27.27 | 0.35 | 0.75 |
| Hex | D6 | BE | AA | 0 | B | 15 | 10 | 1B | 23 | 4B |
| Octal | 326 | 276 | 252 | 0 | 13 | 25 | 20 | 33 | 43 | 113 |
| Binary | 11010110 | 10111110 | 10101010 | 0 | 1011 | 10101 | 10000 | 11011 | 100011 | 1001011 |
Color Harmonies of #D6BEAA
Complementary color
Monochromatic Colors of #D6BEAA
Black with #D6BEAA
Text Example
Text Example
White with #D6BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEAA; }
p { color: rgb(214,190,170); }
H1.HeaderClassName
{
color: #D6BEAA;
}
.AnyTagClassName
{
color: #D6BEAA;
}
</style>
background-color css
<style>
a { background-color: #D6BEAA; }
a { background-color: rgb(214,190,170); }
div.DivClassName
{
background-color: #D6BEAA;
}
.BgClassName
{
background-color: #D6BEAA;
}
</style>
border-color css
<style>
span { border-color: #D6BEAA; }
span { border-color: rgb(214,190,170); }
td.TdClassName
{
border-color: #D6BEAA;
}
.TagClassName
{
border-color: #D6BEAA;
}
</style>