Shades of Del Rio #BB9B92
Tints of Del Rio #BB9B92
RGB
CMYK
RGB Variations
Color information
#BB9B92 (or 0xBB9B92) is known color: Del Rio. HEX triplet: BB, 9B and 92. RGB value is (187,155,146). Sum of RGB (Red+Green+Blue) = 187+155+146=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B92 is #44646D. Grayscale: #A3A3A3. Windows color (decimal): -4482158 or 9608123. OLE color: 9608123.
HSL color Cylindrical-coordinate representation of color #BB9B92: hue angle of 13.17º 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 #BB9B92 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 146 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.27 |
| HSL | 13.17º | 0.23% | 0.65% | - |
| HSV(B) | 13.17º | 0.22% | 0.73% | - |
| XYZ | 37.4 | 36.08 | 32.19 | - |
| YUV | 163.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 146 | 0 | 0.17 | 0.22 | 0.27 | 13.17 | 0.23 | 0.65 |
| Hex | BB | 9B | 92 | 0 | 11 | 16 | 1B | D | 17 | 41 |
| Octal | 273 | 233 | 222 | 0 | 21 | 26 | 33 | 15 | 27 | 101 |
| Binary | 10111011 | 10011011 | 10010010 | 0 | 10001 | 10110 | 11011 | 1101 | 10111 | 1000001 |
Color Harmonies of #BB9B92
Complementary color
Monochromatic Colors of #BB9B92
Black with #BB9B92
Text Example
Text Example
White with #BB9B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B92; }
p { color: rgb(187,155,146); }
H1.HeaderClassName
{
color: #BB9B92;
}
.AnyTagClassName
{
color: #BB9B92;
}
</style>
background-color css
<style>
a { background-color: #BB9B92; }
a { background-color: rgb(187,155,146); }
div.DivClassName
{
background-color: #BB9B92;
}
.BgClassName
{
background-color: #BB9B92;
}
</style>
border-color css
<style>
span { border-color: #BB9B92; }
span { border-color: rgb(187,155,146); }
td.TdClassName
{
border-color: #BB9B92;
}
.TagClassName
{
border-color: #BB9B92;
}
</style>