Shades of Del Rio #BBA297
Tints of Del Rio #BBA297
RGB
CMYK
RGB Variations
Color information
#BBA297 (or 0xBBA297) is known color: Del Rio. HEX triplet: BB, A2 and 97. RGB value is (187,162,151). Sum of RGB (Red+Green+Blue) = 187+162+151=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA297 is #445D68. Grayscale: #A8A8A8. Windows color (decimal): -4480361 or 9937595. OLE color: 9937595.
HSL color Cylindrical-coordinate representation of color #BBA297: hue angle of 18.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA297 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 151 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.27 |
| HSL | 18.33º | 0.21% | 0.66% | - |
| HSV(B) | 18.33º | 0.19% | 0.73% | - |
| XYZ | 39 | 38.64 | 34.68 | - |
| YUV | 168.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 151 | 0 | 0.13 | 0.19 | 0.27 | 18.33 | 0.21 | 0.66 |
| Hex | BB | A2 | 97 | 0 | D | 13 | 1B | 12 | 15 | 42 |
| Octal | 273 | 242 | 227 | 0 | 15 | 23 | 33 | 22 | 25 | 102 |
| Binary | 10111011 | 10100010 | 10010111 | 0 | 1101 | 10011 | 11011 | 10010 | 10101 | 1000010 |
Color Harmonies of #BBA297
Complementary color
Monochromatic Colors of #BBA297
Black with #BBA297
Text Example
Text Example
White with #BBA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA297; }
p { color: rgb(187,162,151); }
H1.HeaderClassName
{
color: #BBA297;
}
.AnyTagClassName
{
color: #BBA297;
}
</style>
background-color css
<style>
a { background-color: #BBA297; }
a { background-color: rgb(187,162,151); }
div.DivClassName
{
background-color: #BBA297;
}
.BgClassName
{
background-color: #BBA297;
}
</style>
border-color css
<style>
span { border-color: #BBA297; }
span { border-color: rgb(187,162,151); }
td.TdClassName
{
border-color: #BBA297;
}
.TagClassName
{
border-color: #BBA297;
}
</style>