Shades of Del Rio #B99A8F
Tints of Del Rio #B99A8F
RGB
CMYK
RGB Variations
Color information
#B99A8F (or 0xB99A8F) is known color: Del Rio. HEX triplet: B9, 9A and 8F. RGB value is (185,154,143). Sum of RGB (Red+Green+Blue) = 185+154+143=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A8F is #466570. Grayscale: #A2A2A2. Windows color (decimal): -4613489 or 9411257. OLE color: 9411257.
HSL color Cylindrical-coordinate representation of color #B99A8F: hue angle of 15.71º 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 #B99A8F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 143 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.27 |
| HSL | 15.71º | 0.23% | 0.64% | - |
| HSV(B) | 15.71º | 0.23% | 0.73% | - |
| XYZ | 36.52 | 35.41 | 30.9 | - |
| YUV | 162.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 143 | 0 | 0.17 | 0.23 | 0.27 | 15.71 | 0.23 | 0.64 |
| Hex | B9 | 9A | 8F | 0 | 11 | 17 | 1B | 10 | 17 | 40 |
| Octal | 271 | 232 | 217 | 0 | 21 | 27 | 33 | 20 | 27 | 100 |
| Binary | 10111001 | 10011010 | 10001111 | 0 | 10001 | 10111 | 11011 | 10000 | 10111 | 1000000 |
Color Harmonies of #B99A8F
Complementary color
Monochromatic Colors of #B99A8F
Black with #B99A8F
Text Example
Text Example
White with #B99A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A8F; }
p { color: rgb(185,154,143); }
H1.HeaderClassName
{
color: #B99A8F;
}
.AnyTagClassName
{
color: #B99A8F;
}
</style>
background-color css
<style>
a { background-color: #B99A8F; }
a { background-color: rgb(185,154,143); }
div.DivClassName
{
background-color: #B99A8F;
}
.BgClassName
{
background-color: #B99A8F;
}
</style>
border-color css
<style>
span { border-color: #B99A8F; }
span { border-color: rgb(185,154,143); }
td.TdClassName
{
border-color: #B99A8F;
}
.TagClassName
{
border-color: #B99A8F;
}
</style>