Shades of Bone #E0BFA0
Tints of Bone #E0BFA0
RGB
CMYK
RGB Variations
Color information
#E0BFA0 (or 0xE0BFA0) is known color: Bone. HEX triplet: E0, BF and A0. RGB value is (224,191,160). Sum of RGB (Red+Green+Blue) = 224+191+160=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BFA0 is #1F405F. Grayscale: #C5C5C5. Windows color (decimal): -2048096 or 10534880. OLE color: 10534880.
HSL color Cylindrical-coordinate representation of color #E0BFA0: hue angle of 29.06º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0BFA0 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 160 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.12 |
| HSL | 29.06º | 0.51% | 0.75% | - |
| HSV(B) | 29.06º | 0.29% | 0.88% | - |
| XYZ | 55.72 | 55.65 | 41.06 | - |
| YUV | 197.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 160 | 0 | 0.15 | 0.29 | 0.12 | 29.06 | 0.51 | 0.75 |
| Hex | E0 | BF | A0 | 0 | F | 1D | C | 1D | 33 | 4B |
| Octal | 340 | 277 | 240 | 0 | 17 | 35 | 14 | 35 | 63 | 113 |
| Binary | 11100000 | 10111111 | 10100000 | 0 | 1111 | 11101 | 1100 | 11101 | 110011 | 1001011 |
Color Harmonies of #E0BFA0
Complementary color
Monochromatic Colors of #E0BFA0
Black with #E0BFA0
Text Example
Text Example
White with #E0BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFA0; }
p { color: rgb(224,191,160); }
H1.HeaderClassName
{
color: #E0BFA0;
}
.AnyTagClassName
{
color: #E0BFA0;
}
</style>
background-color css
<style>
a { background-color: #E0BFA0; }
a { background-color: rgb(224,191,160); }
div.DivClassName
{
background-color: #E0BFA0;
}
.BgClassName
{
background-color: #E0BFA0;
}
</style>
border-color css
<style>
span { border-color: #E0BFA0; }
span { border-color: rgb(224,191,160); }
td.TdClassName
{
border-color: #E0BFA0;
}
.TagClassName
{
border-color: #E0BFA0;
}
</style>