Shades of Bone #D5BEA7
Tints of Bone #D5BEA7
RGB
CMYK
RGB Variations
Color information
#D5BEA7 (or 0xD5BEA7) is known color: Bone. HEX triplet: D5, BE and A7. RGB value is (213,190,167). Sum of RGB (Red+Green+Blue) = 213+190+167=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA7 is #2A4158. Grayscale: #C2C2C2. Windows color (decimal): -2769241 or 10993365. OLE color: 10993365.
HSL color Cylindrical-coordinate representation of color #D5BEA7: hue angle of 30º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BEA7 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 167 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.16 |
| HSL | 30º | 0.35% | 0.75% | - |
| HSV(B) | 30º | 0.22% | 0.84% | - |
| XYZ | 52.83 | 53.76 | 44.15 | - |
| YUV | 194.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 167 | 0 | 0.11 | 0.22 | 0.16 | 30 | 0.35 | 0.75 |
| Hex | D5 | BE | A7 | 0 | B | 16 | 10 | 1E | 23 | 4B |
| Octal | 325 | 276 | 247 | 0 | 13 | 26 | 20 | 36 | 43 | 113 |
| Binary | 11010101 | 10111110 | 10100111 | 0 | 1011 | 10110 | 10000 | 11110 | 100011 | 1001011 |
Color Harmonies of #D5BEA7
Complementary color
Monochromatic Colors of #D5BEA7
Black with #D5BEA7
Text Example
Text Example
White with #D5BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEA7; }
p { color: rgb(213,190,167); }
H1.HeaderClassName
{
color: #D5BEA7;
}
.AnyTagClassName
{
color: #D5BEA7;
}
</style>
background-color css
<style>
a { background-color: #D5BEA7; }
a { background-color: rgb(213,190,167); }
div.DivClassName
{
background-color: #D5BEA7;
}
.BgClassName
{
background-color: #D5BEA7;
}
</style>
border-color css
<style>
span { border-color: #D5BEA7; }
span { border-color: rgb(213,190,167); }
td.TdClassName
{
border-color: #D5BEA7;
}
.TagClassName
{
border-color: #D5BEA7;
}
</style>