Shades of Bone #D4BAA4
Tints of Bone #D4BAA4
RGB
CMYK
RGB Variations
Color information
#D4BAA4 (or 0xD4BAA4) is known color: Bone. HEX triplet: D4, BA and A4. RGB value is (212,186,164). Sum of RGB (Red+Green+Blue) = 212+186+164=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BAA4 is #2B455B. Grayscale: #BFBFBF. Windows color (decimal): -2835804 or 10795732. OLE color: 10795732.
HSL color Cylindrical-coordinate representation of color #D4BAA4: hue angle of 27.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BAA4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 164 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.17 |
| HSL | 27.5º | 0.36% | 0.74% | - |
| HSV(B) | 27.5º | 0.23% | 0.83% | - |
| XYZ | 51.41 | 51.8 | 42.41 | - |
| YUV | 191.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 164 | 0 | 0.12 | 0.23 | 0.17 | 27.5 | 0.36 | 0.74 |
| Hex | D4 | BA | A4 | 0 | C | 17 | 11 | 1C | 24 | 4A |
| Octal | 324 | 272 | 244 | 0 | 14 | 27 | 21 | 34 | 44 | 112 |
| Binary | 11010100 | 10111010 | 10100100 | 0 | 1100 | 10111 | 10001 | 11100 | 100100 | 1001010 |
Color Harmonies of #D4BAA4
Complementary color
Monochromatic Colors of #D4BAA4
Black with #D4BAA4
Text Example
Text Example
White with #D4BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAA4; }
p { color: rgb(212,186,164); }
H1.HeaderClassName
{
color: #D4BAA4;
}
.AnyTagClassName
{
color: #D4BAA4;
}
</style>
background-color css
<style>
a { background-color: #D4BAA4; }
a { background-color: rgb(212,186,164); }
div.DivClassName
{
background-color: #D4BAA4;
}
.BgClassName
{
background-color: #D4BAA4;
}
</style>
border-color css
<style>
span { border-color: #D4BAA4; }
span { border-color: rgb(212,186,164); }
td.TdClassName
{
border-color: #D4BAA4;
}
.TagClassName
{
border-color: #D4BAA4;
}
</style>