Shades of Bone #D5BEA9
Tints of Bone #D5BEA9
RGB
CMYK
RGB Variations
Color information
#D5BEA9 (or 0xD5BEA9) is known color: Bone. HEX triplet: D5, BE and A9. RGB value is (213,190,169). Sum of RGB (Red+Green+Blue) = 213+190+169=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA9 is #2A4156. Grayscale: #C2C2C2. Windows color (decimal): -2769239 or 11124437. OLE color: 11124437.
HSL color Cylindrical-coordinate representation of color #D5BEA9: hue angle of 28.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BEA9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 169 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.16 |
| HSL | 28.64º | 0.34% | 0.75% | - |
| HSV(B) | 28.64º | 0.21% | 0.84% | - |
| XYZ | 53.02 | 53.84 | 45.13 | - |
| YUV | 194.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 169 | 0 | 0.11 | 0.21 | 0.16 | 28.64 | 0.34 | 0.75 |
| Hex | D5 | BE | A9 | 0 | B | 15 | 10 | 1D | 22 | 4B |
| Octal | 325 | 276 | 251 | 0 | 13 | 25 | 20 | 35 | 42 | 113 |
| Binary | 11010101 | 10111110 | 10101001 | 0 | 1011 | 10101 | 10000 | 11101 | 100010 | 1001011 |
Color Harmonies of #D5BEA9
Complementary color
Monochromatic Colors of #D5BEA9
Black with #D5BEA9
Text Example
Text Example
White with #D5BEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEA9; }
p { color: rgb(213,190,169); }
H1.HeaderClassName
{
color: #D5BEA9;
}
.AnyTagClassName
{
color: #D5BEA9;
}
</style>
background-color css
<style>
a { background-color: #D5BEA9; }
a { background-color: rgb(213,190,169); }
div.DivClassName
{
background-color: #D5BEA9;
}
.BgClassName
{
background-color: #D5BEA9;
}
</style>
border-color css
<style>
span { border-color: #D5BEA9; }
span { border-color: rgb(213,190,169); }
td.TdClassName
{
border-color: #D5BEA9;
}
.TagClassName
{
border-color: #D5BEA9;
}
</style>