Shades of Del Rio #B99A8E
Tints of Del Rio #B99A8E
RGB
CMYK
RGB Variations
Color information
#B99A8E (or 0xB99A8E) is known color: Del Rio. HEX triplet: B9, 9A and 8E. RGB value is (185,154,142). Sum of RGB (Red+Green+Blue) = 185+154+142=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A8E is #466571. Grayscale: #A1A1A1. Windows color (decimal): -4613490 or 9345721. OLE color: 9345721.
HSL color Cylindrical-coordinate representation of color #B99A8E: hue angle of 16.74º 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 #B99A8E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 142 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.27 |
| HSL | 16.74º | 0.23% | 0.64% | - |
| HSV(B) | 16.74º | 0.23% | 0.73% | - |
| XYZ | 36.45 | 35.38 | 30.5 | - |
| YUV | 161.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 142 | 0 | 0.17 | 0.23 | 0.27 | 16.74 | 0.23 | 0.64 |
| Hex | B9 | 9A | 8E | 0 | 11 | 17 | 1B | 11 | 17 | 40 |
| Octal | 271 | 232 | 216 | 0 | 21 | 27 | 33 | 21 | 27 | 100 |
| Binary | 10111001 | 10011010 | 10001110 | 0 | 10001 | 10111 | 11011 | 10001 | 10111 | 1000000 |
Color Harmonies of #B99A8E
Complementary color
Monochromatic Colors of #B99A8E
Black with #B99A8E
Text Example
Text Example
White with #B99A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A8E; }
p { color: rgb(185,154,142); }
H1.HeaderClassName
{
color: #B99A8E;
}
.AnyTagClassName
{
color: #B99A8E;
}
</style>
background-color css
<style>
a { background-color: #B99A8E; }
a { background-color: rgb(185,154,142); }
div.DivClassName
{
background-color: #B99A8E;
}
.BgClassName
{
background-color: #B99A8E;
}
</style>
border-color css
<style>
span { border-color: #B99A8E; }
span { border-color: rgb(185,154,142); }
td.TdClassName
{
border-color: #B99A8E;
}
.TagClassName
{
border-color: #B99A8E;
}
</style>