Shades of Del Rio #BB998A
Tints of Del Rio #BB998A
RGB
CMYK
RGB Variations
Color information
#BB998A (or 0xBB998A) is known color: Del Rio. HEX triplet: BB, 99 and 8A. RGB value is (187,153,138). Sum of RGB (Red+Green+Blue) = 187+153+138=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998A is #446675. Grayscale: #A1A1A1. Windows color (decimal): -4482678 or 9083323. OLE color: 9083323.
HSL color Cylindrical-coordinate representation of color #BB998A: hue angle of 18.37º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB998A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 138 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.27 |
| HSL | 18.37º | 0.26% | 0.64% | - |
| HSV(B) | 18.37º | 0.26% | 0.73% | - |
| XYZ | 36.47 | 35.18 | 28.91 | - |
| YUV | 161.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 138 | 0 | 0.18 | 0.26 | 0.27 | 18.37 | 0.26 | 0.64 |
| Hex | BB | 99 | 8A | 0 | 12 | 1A | 1B | 12 | 1A | 40 |
| Octal | 273 | 231 | 212 | 0 | 22 | 32 | 33 | 22 | 32 | 100 |
| Binary | 10111011 | 10011001 | 10001010 | 0 | 10010 | 11010 | 11011 | 10010 | 11010 | 1000000 |
Color Harmonies of #BB998A
Complementary color
Monochromatic Colors of #BB998A
Black with #BB998A
Text Example
Text Example
White with #BB998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB998A; }
p { color: rgb(187,153,138); }
H1.HeaderClassName
{
color: #BB998A;
}
.AnyTagClassName
{
color: #BB998A;
}
</style>
background-color css
<style>
a { background-color: #BB998A; }
a { background-color: rgb(187,153,138); }
div.DivClassName
{
background-color: #BB998A;
}
.BgClassName
{
background-color: #BB998A;
}
</style>
border-color css
<style>
span { border-color: #BB998A; }
span { border-color: rgb(187,153,138); }
td.TdClassName
{
border-color: #BB998A;
}
.TagClassName
{
border-color: #BB998A;
}
</style>