Shades of Bone #D1BEAC
Tints of Bone #D1BEAC
RGB
CMYK
RGB Variations
Color information
#D1BEAC (or 0xD1BEAC) is known color: Bone. HEX triplet: D1, BE and AC. RGB value is (209,190,172). Sum of RGB (Red+Green+Blue) = 209+190+172=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEAC is #2E4153. Grayscale: #C1C1C1. Windows color (decimal): -3031380 or 11321041. OLE color: 11321041.
HSL color Cylindrical-coordinate representation of color #D1BEAC: hue angle of 29.19º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BEAC is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 172 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.18 |
| HSL | 29.19º | 0.29% | 0.75% | - |
| HSV(B) | 29.19º | 0.18% | 0.82% | - |
| XYZ | 52.15 | 53.36 | 46.58 | - |
| YUV | 193.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 172 | 0 | 0.09 | 0.18 | 0.18 | 29.19 | 0.29 | 0.75 |
| Hex | D1 | BE | AC | 0 | 9 | 12 | 12 | 1D | 1D | 4B |
| Octal | 321 | 276 | 254 | 0 | 11 | 22 | 22 | 35 | 35 | 113 |
| Binary | 11010001 | 10111110 | 10101100 | 0 | 1001 | 10010 | 10010 | 11101 | 11101 | 1001011 |
Color Harmonies of #D1BEAC
Complementary color
Monochromatic Colors of #D1BEAC
Black with #D1BEAC
Text Example
Text Example
White with #D1BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEAC; }
p { color: rgb(209,190,172); }
H1.HeaderClassName
{
color: #D1BEAC;
}
.AnyTagClassName
{
color: #D1BEAC;
}
</style>
background-color css
<style>
a { background-color: #D1BEAC; }
a { background-color: rgb(209,190,172); }
div.DivClassName
{
background-color: #D1BEAC;
}
.BgClassName
{
background-color: #D1BEAC;
}
</style>
border-color css
<style>
span { border-color: #D1BEAC; }
span { border-color: rgb(209,190,172); }
td.TdClassName
{
border-color: #D1BEAC;
}
.TagClassName
{
border-color: #D1BEAC;
}
</style>