Shades of Bone #D6BCA4
Tints of Bone #D6BCA4
RGB
CMYK
RGB Variations
Color information
#D6BCA4 (or 0xD6BCA4) is known color: Bone. HEX triplet: D6, BC and A4. RGB value is (214,188,164). Sum of RGB (Red+Green+Blue) = 214+188+164=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BCA4 is #29435B. Grayscale: #C1C1C1. Windows color (decimal): -2704220 or 10796246. OLE color: 10796246.
HSL color Cylindrical-coordinate representation of color #D6BCA4: hue angle of 28.8º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BCA4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 164 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.16 |
| HSL | 28.8º | 0.38% | 0.74% | - |
| HSV(B) | 28.8º | 0.23% | 0.84% | - |
| XYZ | 52.42 | 52.94 | 42.58 | - |
| YUV | 193.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 164 | 0 | 0.12 | 0.23 | 0.16 | 28.8 | 0.38 | 0.74 |
| Hex | D6 | BC | A4 | 0 | C | 17 | 10 | 1D | 26 | 4A |
| Octal | 326 | 274 | 244 | 0 | 14 | 27 | 20 | 35 | 46 | 112 |
| Binary | 11010110 | 10111100 | 10100100 | 0 | 1100 | 10111 | 10000 | 11101 | 100110 | 1001010 |
Color Harmonies of #D6BCA4
Complementary color
Monochromatic Colors of #D6BCA4
Black with #D6BCA4
Text Example
Text Example
White with #D6BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCA4; }
p { color: rgb(214,188,164); }
H1.HeaderClassName
{
color: #D6BCA4;
}
.AnyTagClassName
{
color: #D6BCA4;
}
</style>
background-color css
<style>
a { background-color: #D6BCA4; }
a { background-color: rgb(214,188,164); }
div.DivClassName
{
background-color: #D6BCA4;
}
.BgClassName
{
background-color: #D6BCA4;
}
</style>
border-color css
<style>
span { border-color: #D6BCA4; }
span { border-color: rgb(214,188,164); }
td.TdClassName
{
border-color: #D6BCA4;
}
.TagClassName
{
border-color: #D6BCA4;
}
</style>