Shades of Bone #D6BEAB
Tints of Bone #D6BEAB
RGB
CMYK
RGB Variations
Color information
#D6BEAB (or 0xD6BEAB) is known color: Bone. HEX triplet: D6, BE and AB. RGB value is (214,190,171). Sum of RGB (Red+Green+Blue) = 214+190+171=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAB is #294154. Grayscale: #C3C3C3. Windows color (decimal): -2703701 or 11255510. OLE color: 11255510.
HSL color Cylindrical-coordinate representation of color #D6BEAB: hue angle of 26.51º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BEAB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 171 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.16 |
| HSL | 26.51º | 0.34% | 0.75% | - |
| HSV(B) | 26.51º | 0.2% | 0.84% | - |
| XYZ | 53.5 | 54.06 | 46.14 | - |
| YUV | 195.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 171 | 0 | 0.11 | 0.20 | 0.16 | 26.51 | 0.34 | 0.75 |
| Hex | D6 | BE | AB | 0 | B | 14 | 10 | 1B | 22 | 4B |
| Octal | 326 | 276 | 253 | 0 | 13 | 24 | 20 | 33 | 42 | 113 |
| Binary | 11010110 | 10111110 | 10101011 | 0 | 1011 | 10100 | 10000 | 11011 | 100010 | 1001011 |
Color Harmonies of #D6BEAB
Complementary color
Monochromatic Colors of #D6BEAB
Black with #D6BEAB
Text Example
Text Example
White with #D6BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEAB; }
p { color: rgb(214,190,171); }
H1.HeaderClassName
{
color: #D6BEAB;
}
.AnyTagClassName
{
color: #D6BEAB;
}
</style>
background-color css
<style>
a { background-color: #D6BEAB; }
a { background-color: rgb(214,190,171); }
div.DivClassName
{
background-color: #D6BEAB;
}
.BgClassName
{
background-color: #D6BEAB;
}
</style>
border-color css
<style>
span { border-color: #D6BEAB; }
span { border-color: rgb(214,190,171); }
td.TdClassName
{
border-color: #D6BEAB;
}
.TagClassName
{
border-color: #D6BEAB;
}
</style>