Shades of Del Rio #BB998E
Tints of Del Rio #BB998E
RGB
CMYK
RGB Variations
Color information
#BB998E (or 0xBB998E) is known color: Del Rio. HEX triplet: BB, 99 and 8E. RGB value is (187,153,142). Sum of RGB (Red+Green+Blue) = 187+153+142=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998E is #446671. Grayscale: #A1A1A1. Windows color (decimal): -4482674 or 9345467. OLE color: 9345467.
HSL color Cylindrical-coordinate representation of color #BB998E: hue angle of 14.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB998E is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 142 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.27 |
| HSL | 14.67º | 0.25% | 0.65% | - |
| HSV(B) | 14.67º | 0.24% | 0.73% | - |
| XYZ | 36.77 | 35.3 | 30.47 | - |
| YUV | 161.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 142 | 0 | 0.18 | 0.24 | 0.27 | 14.67 | 0.25 | 0.65 |
| Hex | BB | 99 | 8E | 0 | 12 | 18 | 1B | F | 19 | 41 |
| Octal | 273 | 231 | 216 | 0 | 22 | 30 | 33 | 17 | 31 | 101 |
| Binary | 10111011 | 10011001 | 10001110 | 0 | 10010 | 11000 | 11011 | 1111 | 11001 | 1000001 |
Color Harmonies of #BB998E
Complementary color
Monochromatic Colors of #BB998E
Black with #BB998E
Text Example
Text Example
White with #BB998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB998E; }
p { color: rgb(187,153,142); }
H1.HeaderClassName
{
color: #BB998E;
}
.AnyTagClassName
{
color: #BB998E;
}
</style>
background-color css
<style>
a { background-color: #BB998E; }
a { background-color: rgb(187,153,142); }
div.DivClassName
{
background-color: #BB998E;
}
.BgClassName
{
background-color: #BB998E;
}
</style>
border-color css
<style>
span { border-color: #BB998E; }
span { border-color: rgb(187,153,142); }
td.TdClassName
{
border-color: #BB998E;
}
.TagClassName
{
border-color: #BB998E;
}
</style>