Shades of Del Rio #BB9B94
Tints of Del Rio #BB9B94
RGB
CMYK
RGB Variations
Color information
#BB9B94 (or 0xBB9B94) is known color: Del Rio. HEX triplet: BB, 9B and 94. RGB value is (187,155,148). Sum of RGB (Red+Green+Blue) = 187+155+148=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B94 is #44646B. Grayscale: #A3A3A3. Windows color (decimal): -4482156 or 9739195. OLE color: 9739195.
HSL color Cylindrical-coordinate representation of color #BB9B94: hue angle of 10.77º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9B94 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 148 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.27 |
| HSL | 10.77º | 0.22% | 0.66% | - |
| HSV(B) | 10.77º | 0.21% | 0.73% | - |
| XYZ | 37.56 | 36.15 | 33.01 | - |
| YUV | 163.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 148 | 0 | 0.17 | 0.21 | 0.27 | 10.77 | 0.22 | 0.66 |
| Hex | BB | 9B | 94 | 0 | 11 | 15 | 1B | B | 16 | 42 |
| Octal | 273 | 233 | 224 | 0 | 21 | 25 | 33 | 13 | 26 | 102 |
| Binary | 10111011 | 10011011 | 10010100 | 0 | 10001 | 10101 | 11011 | 1011 | 10110 | 1000010 |
Color Harmonies of #BB9B94
Complementary color
Monochromatic Colors of #BB9B94
Black with #BB9B94
Text Example
Text Example
White with #BB9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B94; }
p { color: rgb(187,155,148); }
H1.HeaderClassName
{
color: #BB9B94;
}
.AnyTagClassName
{
color: #BB9B94;
}
</style>
background-color css
<style>
a { background-color: #BB9B94; }
a { background-color: rgb(187,155,148); }
div.DivClassName
{
background-color: #BB9B94;
}
.BgClassName
{
background-color: #BB9B94;
}
</style>
border-color css
<style>
span { border-color: #BB9B94; }
span { border-color: rgb(187,155,148); }
td.TdClassName
{
border-color: #BB9B94;
}
.TagClassName
{
border-color: #BB9B94;
}
</style>