Shades of Del Rio #BB9F8E
Tints of Del Rio #BB9F8E
RGB
CMYK
RGB Variations
Color information
#BB9F8E (or 0xBB9F8E) is known color: Del Rio. HEX triplet: BB, 9F and 8E. RGB value is (187,159,142). Sum of RGB (Red+Green+Blue) = 187+159+142=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F8E is #446071. Grayscale: #A5A5A5. Windows color (decimal): -4481138 or 9347003. OLE color: 9347003.
HSL color Cylindrical-coordinate representation of color #BB9F8E: hue angle of 22.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 #BB9F8E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 142 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.27 |
| HSL | 22.67º | 0.25% | 0.65% | - |
| HSV(B) | 22.67º | 0.24% | 0.73% | - |
| XYZ | 37.77 | 37.31 | 30.8 | - |
| YUV | 165.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 142 | 0 | 0.15 | 0.24 | 0.27 | 22.67 | 0.25 | 0.65 |
| Hex | BB | 9F | 8E | 0 | F | 18 | 1B | 17 | 19 | 41 |
| Octal | 273 | 237 | 216 | 0 | 17 | 30 | 33 | 27 | 31 | 101 |
| Binary | 10111011 | 10011111 | 10001110 | 0 | 1111 | 11000 | 11011 | 10111 | 11001 | 1000001 |
Color Harmonies of #BB9F8E
Complementary color
Monochromatic Colors of #BB9F8E
Black with #BB9F8E
Text Example
Text Example
White with #BB9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F8E; }
p { color: rgb(187,159,142); }
H1.HeaderClassName
{
color: #BB9F8E;
}
.AnyTagClassName
{
color: #BB9F8E;
}
</style>
background-color css
<style>
a { background-color: #BB9F8E; }
a { background-color: rgb(187,159,142); }
div.DivClassName
{
background-color: #BB9F8E;
}
.BgClassName
{
background-color: #BB9F8E;
}
</style>
border-color css
<style>
span { border-color: #BB9F8E; }
span { border-color: rgb(187,159,142); }
td.TdClassName
{
border-color: #BB9F8E;
}
.TagClassName
{
border-color: #BB9F8E;
}
</style>