Shades of Del Rio #B9A08F
Tints of Del Rio #B9A08F
RGB
CMYK
RGB Variations
Color information
#B9A08F (or 0xB9A08F) is known color: Del Rio. HEX triplet: B9, A0 and 8F. RGB value is (185,160,143). Sum of RGB (Red+Green+Blue) = 185+160+143=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A08F is #465F70. Grayscale: #A5A5A5. Windows color (decimal): -4611953 or 9412793. OLE color: 9412793.
HSL color Cylindrical-coordinate representation of color #B9A08F: hue angle of 24.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A08F is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 143 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.27 |
| HSL | 24.29º | 0.23% | 0.64% | - |
| HSV(B) | 24.29º | 0.23% | 0.73% | - |
| XYZ | 37.54 | 37.44 | 31.23 | - |
| YUV | 165.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 143 | 0 | 0.14 | 0.23 | 0.27 | 24.29 | 0.23 | 0.64 |
| Hex | B9 | A0 | 8F | 0 | E | 17 | 1B | 18 | 17 | 40 |
| Octal | 271 | 240 | 217 | 0 | 16 | 27 | 33 | 30 | 27 | 100 |
| Binary | 10111001 | 10100000 | 10001111 | 0 | 1110 | 10111 | 11011 | 11000 | 10111 | 1000000 |
Color Harmonies of #B9A08F
Complementary color
Monochromatic Colors of #B9A08F
Black with #B9A08F
Text Example
Text Example
White with #B9A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A08F; }
p { color: rgb(185,160,143); }
H1.HeaderClassName
{
color: #B9A08F;
}
.AnyTagClassName
{
color: #B9A08F;
}
</style>
background-color css
<style>
a { background-color: #B9A08F; }
a { background-color: rgb(185,160,143); }
div.DivClassName
{
background-color: #B9A08F;
}
.BgClassName
{
background-color: #B9A08F;
}
</style>
border-color css
<style>
span { border-color: #B9A08F; }
span { border-color: rgb(185,160,143); }
td.TdClassName
{
border-color: #B9A08F;
}
.TagClassName
{
border-color: #B9A08F;
}
</style>