Shades of Del Rio #B99A8B
Tints of Del Rio #B99A8B
RGB
CMYK
RGB Variations
Color information
#B99A8B (or 0xB99A8B) is known color: Del Rio. HEX triplet: B9, 9A and 8B. RGB value is (185,154,139). Sum of RGB (Red+Green+Blue) = 185+154+139=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A8B is #466574. Grayscale: #A1A1A1. Windows color (decimal): -4613493 or 9149113. OLE color: 9149113.
HSL color Cylindrical-coordinate representation of color #B99A8B: hue angle of 19.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99A8B is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 139 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.27 |
| HSL | 19.57º | 0.25% | 0.64% | - |
| HSV(B) | 19.57º | 0.25% | 0.73% | - |
| XYZ | 36.22 | 35.29 | 29.33 | - |
| YUV | 161.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 139 | 0 | 0.17 | 0.25 | 0.27 | 19.57 | 0.25 | 0.64 |
| Hex | B9 | 9A | 8B | 0 | 11 | 19 | 1B | 14 | 19 | 40 |
| Octal | 271 | 232 | 213 | 0 | 21 | 31 | 33 | 24 | 31 | 100 |
| Binary | 10111001 | 10011010 | 10001011 | 0 | 10001 | 11001 | 11011 | 10100 | 11001 | 1000000 |
Color Harmonies of #B99A8B
Complementary color
Monochromatic Colors of #B99A8B
Black with #B99A8B
Text Example
Text Example
White with #B99A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A8B; }
p { color: rgb(185,154,139); }
H1.HeaderClassName
{
color: #B99A8B;
}
.AnyTagClassName
{
color: #B99A8B;
}
</style>
background-color css
<style>
a { background-color: #B99A8B; }
a { background-color: rgb(185,154,139); }
div.DivClassName
{
background-color: #B99A8B;
}
.BgClassName
{
background-color: #B99A8B;
}
</style>
border-color css
<style>
span { border-color: #B99A8B; }
span { border-color: rgb(185,154,139); }
td.TdClassName
{
border-color: #B99A8B;
}
.TagClassName
{
border-color: #B99A8B;
}
</style>