Shades of Del Rio #BBA192
Tints of Del Rio #BBA192
RGB
CMYK
RGB Variations
Color information
#BBA192 (or 0xBBA192) is known color: Del Rio. HEX triplet: BB, A1 and 92. RGB value is (187,161,146). Sum of RGB (Red+Green+Blue) = 187+161+146=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA192 is #445E6D. Grayscale: #A7A7A7. Windows color (decimal): -4480622 or 9609659. OLE color: 9609659.
HSL color Cylindrical-coordinate representation of color #BBA192: hue angle of 21.95º 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 #BBA192 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 146 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.27 |
| HSL | 21.95º | 0.23% | 0.65% | - |
| HSV(B) | 21.95º | 0.22% | 0.73% | - |
| XYZ | 38.43 | 38.13 | 32.53 | - |
| YUV | 167.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 146 | 0 | 0.14 | 0.22 | 0.27 | 21.95 | 0.23 | 0.65 |
| Hex | BB | A1 | 92 | 0 | E | 16 | 1B | 16 | 17 | 41 |
| Octal | 273 | 241 | 222 | 0 | 16 | 26 | 33 | 26 | 27 | 101 |
| Binary | 10111011 | 10100001 | 10010010 | 0 | 1110 | 10110 | 11011 | 10110 | 10111 | 1000001 |
Color Harmonies of #BBA192
Complementary color
Monochromatic Colors of #BBA192
Black with #BBA192
Text Example
Text Example
White with #BBA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA192; }
p { color: rgb(187,161,146); }
H1.HeaderClassName
{
color: #BBA192;
}
.AnyTagClassName
{
color: #BBA192;
}
</style>
background-color css
<style>
a { background-color: #BBA192; }
a { background-color: rgb(187,161,146); }
div.DivClassName
{
background-color: #BBA192;
}
.BgClassName
{
background-color: #BBA192;
}
</style>
border-color css
<style>
span { border-color: #BBA192; }
span { border-color: rgb(187,161,146); }
td.TdClassName
{
border-color: #BBA192;
}
.TagClassName
{
border-color: #BBA192;
}
</style>