Shades of Bone #D5BEA6
Tints of Bone #D5BEA6
RGB
CMYK
RGB Variations
Color information
#D5BEA6 (or 0xD5BEA6) is known color: Bone. HEX triplet: D5, BE and A6. RGB value is (213,190,166). Sum of RGB (Red+Green+Blue) = 213+190+166=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA6 is #2A4159. Grayscale: #C2C2C2. Windows color (decimal): -2769242 or 10927829. OLE color: 10927829.
HSL color Cylindrical-coordinate representation of color #D5BEA6: hue angle of 30.64º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BEA6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 166 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.16 |
| HSL | 30.64º | 0.36% | 0.74% | - |
| HSV(B) | 30.64º | 0.22% | 0.84% | - |
| XYZ | 52.74 | 53.73 | 43.67 | - |
| YUV | 194.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 166 | 0 | 0.11 | 0.22 | 0.16 | 30.64 | 0.36 | 0.74 |
| Hex | D5 | BE | A6 | 0 | B | 16 | 10 | 1F | 24 | 4A |
| Octal | 325 | 276 | 246 | 0 | 13 | 26 | 20 | 37 | 44 | 112 |
| Binary | 11010101 | 10111110 | 10100110 | 0 | 1011 | 10110 | 10000 | 11111 | 100100 | 1001010 |
Color Harmonies of #D5BEA6
Complementary color
Monochromatic Colors of #D5BEA6
Black with #D5BEA6
Text Example
Text Example
White with #D5BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEA6; }
p { color: rgb(213,190,166); }
H1.HeaderClassName
{
color: #D5BEA6;
}
.AnyTagClassName
{
color: #D5BEA6;
}
</style>
background-color css
<style>
a { background-color: #D5BEA6; }
a { background-color: rgb(213,190,166); }
div.DivClassName
{
background-color: #D5BEA6;
}
.BgClassName
{
background-color: #D5BEA6;
}
</style>
border-color css
<style>
span { border-color: #D5BEA6; }
span { border-color: rgb(213,190,166); }
td.TdClassName
{
border-color: #D5BEA6;
}
.TagClassName
{
border-color: #D5BEA6;
}
</style>