Shades of Bone #D5BBA4
Tints of Bone #D5BBA4
RGB
CMYK
RGB Variations
Color information
#D5BBA4 (or 0xD5BBA4) is known color: Bone. HEX triplet: D5, BB and A4. RGB value is (213,187,164). Sum of RGB (Red+Green+Blue) = 213+187+164=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA4 is #2A445B. Grayscale: #C0C0C0. Windows color (decimal): -2770012 or 10795989. OLE color: 10795989.
HSL color Cylindrical-coordinate representation of color #D5BBA4: hue angle of 28.16º degrees, saturation: 0.37, 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 #D5BBA4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 164 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.16 |
| HSL | 28.16º | 0.37% | 0.74% | - |
| HSV(B) | 28.16º | 0.23% | 0.84% | - |
| XYZ | 51.91 | 52.37 | 42.49 | - |
| YUV | 192.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 164 | 0 | 0.12 | 0.23 | 0.16 | 28.16 | 0.37 | 0.74 |
| Hex | D5 | BB | A4 | 0 | C | 17 | 10 | 1C | 25 | 4A |
| Octal | 325 | 273 | 244 | 0 | 14 | 27 | 20 | 34 | 45 | 112 |
| Binary | 11010101 | 10111011 | 10100100 | 0 | 1100 | 10111 | 10000 | 11100 | 100101 | 1001010 |
Color Harmonies of #D5BBA4
Complementary color
Monochromatic Colors of #D5BBA4
Black with #D5BBA4
Text Example
Text Example
White with #D5BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBA4; }
p { color: rgb(213,187,164); }
H1.HeaderClassName
{
color: #D5BBA4;
}
.AnyTagClassName
{
color: #D5BBA4;
}
</style>
background-color css
<style>
a { background-color: #D5BBA4; }
a { background-color: rgb(213,187,164); }
div.DivClassName
{
background-color: #D5BBA4;
}
.BgClassName
{
background-color: #D5BBA4;
}
</style>
border-color css
<style>
span { border-color: #D5BBA4; }
span { border-color: rgb(213,187,164); }
td.TdClassName
{
border-color: #D5BBA4;
}
.TagClassName
{
border-color: #D5BBA4;
}
</style>