Shades of Bone #D4BFAC
Tints of Bone #D4BFAC
RGB
CMYK
RGB Variations
Color information
#D4BFAC (or 0xD4BFAC) is known color: Bone. HEX triplet: D4, BF and AC. RGB value is (212,191,172). Sum of RGB (Red+Green+Blue) = 212+191+172=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BFAC is #2B4053. Grayscale: #C3C3C3. Windows color (decimal): -2834516 or 11321300. OLE color: 11321300.
HSL color Cylindrical-coordinate representation of color #D4BFAC: hue angle of 28.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BFAC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 172 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.17 |
| HSL | 28.5º | 0.32% | 0.75% | - |
| HSV(B) | 28.5º | 0.19% | 0.83% | - |
| XYZ | 53.23 | 54.24 | 46.69 | - |
| YUV | 195.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 172 | 0 | 0.10 | 0.19 | 0.17 | 28.5 | 0.32 | 0.75 |
| Hex | D4 | BF | AC | 0 | A | 13 | 11 | 1C | 20 | 4B |
| Octal | 324 | 277 | 254 | 0 | 12 | 23 | 21 | 34 | 40 | 113 |
| Binary | 11010100 | 10111111 | 10101100 | 0 | 1010 | 10011 | 10001 | 11100 | 100000 | 1001011 |
Color Harmonies of #D4BFAC
Complementary color
Monochromatic Colors of #D4BFAC
Black with #D4BFAC
Text Example
Text Example
White with #D4BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFAC; }
p { color: rgb(212,191,172); }
H1.HeaderClassName
{
color: #D4BFAC;
}
.AnyTagClassName
{
color: #D4BFAC;
}
</style>
background-color css
<style>
a { background-color: #D4BFAC; }
a { background-color: rgb(212,191,172); }
div.DivClassName
{
background-color: #D4BFAC;
}
.BgClassName
{
background-color: #D4BFAC;
}
</style>
border-color css
<style>
span { border-color: #D4BFAC; }
span { border-color: rgb(212,191,172); }
td.TdClassName
{
border-color: #D4BFAC;
}
.TagClassName
{
border-color: #D4BFAC;
}
</style>