Shades of Del Rio #BBA292
Tints of Del Rio #BBA292
RGB
CMYK
RGB Variations
Color information
#BBA292 (or 0xBBA292) is known color: Del Rio. HEX triplet: BB, A2 and 92. RGB value is (187,162,146). Sum of RGB (Red+Green+Blue) = 187+162+146=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA292 is #445D6D. Grayscale: #A7A7A7. Windows color (decimal): -4480366 or 9609915. OLE color: 9609915.
HSL color Cylindrical-coordinate representation of color #BBA292: hue angle of 23.41º 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 #BBA292 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 146 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.27 |
| HSL | 23.41º | 0.23% | 0.65% | - |
| HSV(B) | 23.41º | 0.22% | 0.73% | - |
| XYZ | 38.6 | 38.48 | 32.59 | - |
| YUV | 167.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 146 | 0 | 0.13 | 0.22 | 0.27 | 23.41 | 0.23 | 0.65 |
| Hex | BB | A2 | 92 | 0 | D | 16 | 1B | 17 | 17 | 41 |
| Octal | 273 | 242 | 222 | 0 | 15 | 26 | 33 | 27 | 27 | 101 |
| Binary | 10111011 | 10100010 | 10010010 | 0 | 1101 | 10110 | 11011 | 10111 | 10111 | 1000001 |
Color Harmonies of #BBA292
Complementary color
Monochromatic Colors of #BBA292
Black with #BBA292
Text Example
Text Example
White with #BBA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA292; }
p { color: rgb(187,162,146); }
H1.HeaderClassName
{
color: #BBA292;
}
.AnyTagClassName
{
color: #BBA292;
}
</style>
background-color css
<style>
a { background-color: #BBA292; }
a { background-color: rgb(187,162,146); }
div.DivClassName
{
background-color: #BBA292;
}
.BgClassName
{
background-color: #BBA292;
}
</style>
border-color css
<style>
span { border-color: #BBA292; }
span { border-color: rgb(187,162,146); }
td.TdClassName
{
border-color: #BBA292;
}
.TagClassName
{
border-color: #BBA292;
}
</style>