Shades of Bone #D5BEAA
Tints of Bone #D5BEAA
RGB
CMYK
RGB Variations
Color information
#D5BEAA (or 0xD5BEAA) is known color: Bone. HEX triplet: D5, BE and AA. RGB value is (213,190,170). Sum of RGB (Red+Green+Blue) = 213+190+170=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEAA is #2A4155. Grayscale: #C2C2C2. Windows color (decimal): -2769238 or 11189973. OLE color: 11189973.
HSL color Cylindrical-coordinate representation of color #D5BEAA: hue angle of 27.91º 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 #D5BEAA is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 170 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.16 |
| HSL | 27.91º | 0.34% | 0.75% | - |
| HSV(B) | 27.91º | 0.2% | 0.84% | - |
| XYZ | 53.11 | 53.88 | 45.63 | - |
| YUV | 194.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 170 | 0 | 0.11 | 0.20 | 0.16 | 27.91 | 0.34 | 0.75 |
| Hex | D5 | BE | AA | 0 | B | 14 | 10 | 1C | 22 | 4B |
| Octal | 325 | 276 | 252 | 0 | 13 | 24 | 20 | 34 | 42 | 113 |
| Binary | 11010101 | 10111110 | 10101010 | 0 | 1011 | 10100 | 10000 | 11100 | 100010 | 1001011 |
Color Harmonies of #D5BEAA
Complementary color
Monochromatic Colors of #D5BEAA
Black with #D5BEAA
Text Example
Text Example
White with #D5BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEAA; }
p { color: rgb(213,190,170); }
H1.HeaderClassName
{
color: #D5BEAA;
}
.AnyTagClassName
{
color: #D5BEAA;
}
</style>
background-color css
<style>
a { background-color: #D5BEAA; }
a { background-color: rgb(213,190,170); }
div.DivClassName
{
background-color: #D5BEAA;
}
.BgClassName
{
background-color: #D5BEAA;
}
</style>
border-color css
<style>
span { border-color: #D5BEAA; }
span { border-color: rgb(213,190,170); }
td.TdClassName
{
border-color: #D5BEAA;
}
.TagClassName
{
border-color: #D5BEAA;
}
</style>