Shades of Del Rio #BBA293
Tints of Del Rio #BBA293
RGB
CMYK
RGB Variations
Color information
#BBA293 (or 0xBBA293) is known color: Del Rio. HEX triplet: BB, A2 and 93. RGB value is (187,162,147). Sum of RGB (Red+Green+Blue) = 187+162+147=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA293 is #445D6C. Grayscale: #A7A7A7. Windows color (decimal): -4480365 or 9675451. OLE color: 9675451.
HSL color Cylindrical-coordinate representation of color #BBA293: hue angle of 22.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA293 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 147 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.27 |
| HSL | 22.5º | 0.23% | 0.65% | - |
| HSV(B) | 22.5º | 0.21% | 0.73% | - |
| XYZ | 38.68 | 38.51 | 33 | - |
| YUV | 167.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 147 | 0 | 0.13 | 0.21 | 0.27 | 22.5 | 0.23 | 0.65 |
| Hex | BB | A2 | 93 | 0 | D | 15 | 1B | 16 | 17 | 41 |
| Octal | 273 | 242 | 223 | 0 | 15 | 25 | 33 | 26 | 27 | 101 |
| Binary | 10111011 | 10100010 | 10010011 | 0 | 1101 | 10101 | 11011 | 10110 | 10111 | 1000001 |
Color Harmonies of #BBA293
Complementary color
Monochromatic Colors of #BBA293
Black with #BBA293
Text Example
Text Example
White with #BBA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA293; }
p { color: rgb(187,162,147); }
H1.HeaderClassName
{
color: #BBA293;
}
.AnyTagClassName
{
color: #BBA293;
}
</style>
background-color css
<style>
a { background-color: #BBA293; }
a { background-color: rgb(187,162,147); }
div.DivClassName
{
background-color: #BBA293;
}
.BgClassName
{
background-color: #BBA293;
}
</style>
border-color css
<style>
span { border-color: #BBA293; }
span { border-color: rgb(187,162,147); }
td.TdClassName
{
border-color: #BBA293;
}
.TagClassName
{
border-color: #BBA293;
}
</style>