Shades of Del Rio #BBA393
Tints of Del Rio #BBA393
RGB
CMYK
RGB Variations
Color information
#BBA393 (or 0xBBA393) is known color: Del Rio. HEX triplet: BB, A3 and 93. RGB value is (187,163,147). Sum of RGB (Red+Green+Blue) = 187+163+147=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA393 is #445C6C. Grayscale: #A8A8A8. Windows color (decimal): -4480109 or 9675707. OLE color: 9675707.
HSL color Cylindrical-coordinate representation of color #BBA393: hue angle of 24º 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 #BBA393 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 147 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.27 |
| HSL | 24º | 0.23% | 0.65% | - |
| HSV(B) | 24º | 0.21% | 0.73% | - |
| XYZ | 38.86 | 38.87 | 33.06 | - |
| YUV | 168.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 147 | 0 | 0.13 | 0.21 | 0.27 | 24 | 0.23 | 0.65 |
| Hex | BB | A3 | 93 | 0 | D | 15 | 1B | 18 | 17 | 41 |
| Octal | 273 | 243 | 223 | 0 | 15 | 25 | 33 | 30 | 27 | 101 |
| Binary | 10111011 | 10100011 | 10010011 | 0 | 1101 | 10101 | 11011 | 11000 | 10111 | 1000001 |
Color Harmonies of #BBA393
Complementary color
Monochromatic Colors of #BBA393
Black with #BBA393
Text Example
Text Example
White with #BBA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA393; }
p { color: rgb(187,163,147); }
H1.HeaderClassName
{
color: #BBA393;
}
.AnyTagClassName
{
color: #BBA393;
}
</style>
background-color css
<style>
a { background-color: #BBA393; }
a { background-color: rgb(187,163,147); }
div.DivClassName
{
background-color: #BBA393;
}
.BgClassName
{
background-color: #BBA393;
}
</style>
border-color css
<style>
span { border-color: #BBA393; }
span { border-color: rgb(187,163,147); }
td.TdClassName
{
border-color: #BBA393;
}
.TagClassName
{
border-color: #BBA393;
}
</style>