Shades of Del Rio #B7A08E
Tints of Del Rio #B7A08E
RGB
CMYK
RGB Variations
Color information
#B7A08E (or 0xB7A08E) is known color: Del Rio. HEX triplet: B7, A0 and 8E. RGB value is (183,160,142). Sum of RGB (Red+Green+Blue) = 183+160+142=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A08E is #485F71. Grayscale: #A4A4A4. Windows color (decimal): -4743026 or 9347255. OLE color: 9347255.
HSL color Cylindrical-coordinate representation of color #B7A08E: hue angle of 26.34º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A08E is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 142 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.28 |
| HSL | 26.34º | 0.22% | 0.64% | - |
| HSV(B) | 26.34º | 0.22% | 0.72% | - |
| XYZ | 36.98 | 37.16 | 30.82 | - |
| YUV | 164.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 142 | 0 | 0.13 | 0.22 | 0.28 | 26.34 | 0.22 | 0.64 |
| Hex | B7 | A0 | 8E | 0 | D | 16 | 1C | 1A | 16 | 40 |
| Octal | 267 | 240 | 216 | 0 | 15 | 26 | 34 | 32 | 26 | 100 |
| Binary | 10110111 | 10100000 | 10001110 | 0 | 1101 | 10110 | 11100 | 11010 | 10110 | 1000000 |
Color Harmonies of #B7A08E
Complementary color
Monochromatic Colors of #B7A08E
Black with #B7A08E
Text Example
Text Example
White with #B7A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A08E; }
p { color: rgb(183,160,142); }
H1.HeaderClassName
{
color: #B7A08E;
}
.AnyTagClassName
{
color: #B7A08E;
}
</style>
background-color css
<style>
a { background-color: #B7A08E; }
a { background-color: rgb(183,160,142); }
div.DivClassName
{
background-color: #B7A08E;
}
.BgClassName
{
background-color: #B7A08E;
}
</style>
border-color css
<style>
span { border-color: #B7A08E; }
span { border-color: rgb(183,160,142); }
td.TdClassName
{
border-color: #B7A08E;
}
.TagClassName
{
border-color: #B7A08E;
}
</style>