Shades of Del Rio #BB9D92
Tints of Del Rio #BB9D92
RGB
CMYK
RGB Variations
Color information
#BB9D92 (or 0xBB9D92) is known color: Del Rio. HEX triplet: BB, 9D and 92. RGB value is (187,157,146). Sum of RGB (Red+Green+Blue) = 187+157+146=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D92 is #44626D. Grayscale: #A4A4A4. Windows color (decimal): -4481646 or 9608635. OLE color: 9608635.
HSL color Cylindrical-coordinate representation of color #BB9D92: hue angle of 16.1º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9D92 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 146 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.27 |
| HSL | 16.1º | 0.23% | 0.65% | - |
| HSV(B) | 16.1º | 0.22% | 0.73% | - |
| XYZ | 37.74 | 36.75 | 32.3 | - |
| YUV | 164.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 146 | 0 | 0.16 | 0.22 | 0.27 | 16.1 | 0.23 | 0.65 |
| Hex | BB | 9D | 92 | 0 | 10 | 16 | 1B | 10 | 17 | 41 |
| Octal | 273 | 235 | 222 | 0 | 20 | 26 | 33 | 20 | 27 | 101 |
| Binary | 10111011 | 10011101 | 10010010 | 0 | 10000 | 10110 | 11011 | 10000 | 10111 | 1000001 |
Color Harmonies of #BB9D92
Complementary color
Monochromatic Colors of #BB9D92
Black with #BB9D92
Text Example
Text Example
White with #BB9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9D92; }
p { color: rgb(187,157,146); }
H1.HeaderClassName
{
color: #BB9D92;
}
.AnyTagClassName
{
color: #BB9D92;
}
</style>
background-color css
<style>
a { background-color: #BB9D92; }
a { background-color: rgb(187,157,146); }
div.DivClassName
{
background-color: #BB9D92;
}
.BgClassName
{
background-color: #BB9D92;
}
</style>
border-color css
<style>
span { border-color: #BB9D92; }
span { border-color: rgb(187,157,146); }
td.TdClassName
{
border-color: #BB9D92;
}
.TagClassName
{
border-color: #BB9D92;
}
</style>