Shades of Del Rio #B7A08F
Tints of Del Rio #B7A08F
RGB
CMYK
RGB Variations
Color information
#B7A08F (or 0xB7A08F) is known color: Del Rio. HEX triplet: B7, A0 and 8F. RGB value is (183,160,143). Sum of RGB (Red+Green+Blue) = 183+160+143=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A08F is #485F70. Grayscale: #A5A5A5. Windows color (decimal): -4743025 or 9412791. OLE color: 9412791.
HSL color Cylindrical-coordinate representation of color #B7A08F: hue angle of 25.5º 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 #B7A08F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 143 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.28 |
| HSL | 25.5º | 0.22% | 0.64% | - |
| HSV(B) | 25.5º | 0.22% | 0.72% | - |
| XYZ | 37.06 | 37.19 | 31.21 | - |
| YUV | 164.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 143 | 0 | 0.13 | 0.22 | 0.28 | 25.5 | 0.22 | 0.64 |
| Hex | B7 | A0 | 8F | 0 | D | 16 | 1C | 1A | 16 | 40 |
| Octal | 267 | 240 | 217 | 0 | 15 | 26 | 34 | 32 | 26 | 100 |
| Binary | 10110111 | 10100000 | 10001111 | 0 | 1101 | 10110 | 11100 | 11010 | 10110 | 1000000 |
Color Harmonies of #B7A08F
Complementary color
Monochromatic Colors of #B7A08F
Black with #B7A08F
Text Example
Text Example
White with #B7A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A08F; }
p { color: rgb(183,160,143); }
H1.HeaderClassName
{
color: #B7A08F;
}
.AnyTagClassName
{
color: #B7A08F;
}
</style>
background-color css
<style>
a { background-color: #B7A08F; }
a { background-color: rgb(183,160,143); }
div.DivClassName
{
background-color: #B7A08F;
}
.BgClassName
{
background-color: #B7A08F;
}
</style>
border-color css
<style>
span { border-color: #B7A08F; }
span { border-color: rgb(183,160,143); }
td.TdClassName
{
border-color: #B7A08F;
}
.TagClassName
{
border-color: #B7A08F;
}
</style>