Shades of Del Rio #BB9D94
Tints of Del Rio #BB9D94
RGB
CMYK
RGB Variations
Color information
#BB9D94 (or 0xBB9D94) is known color: Del Rio. HEX triplet: BB, 9D and 94. RGB value is (187,157,148). Sum of RGB (Red+Green+Blue) = 187+157+148=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D94 is #44626B. Grayscale: #A5A5A5. Windows color (decimal): -4481644 or 9739707. OLE color: 9739707.
HSL color Cylindrical-coordinate representation of color #BB9D94: hue angle of 13.85º 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 #BB9D94 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 148 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.27 |
| HSL | 13.85º | 0.22% | 0.66% | - |
| HSV(B) | 13.85º | 0.21% | 0.73% | - |
| XYZ | 37.9 | 36.82 | 33.13 | - |
| YUV | 164.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 148 | 0 | 0.16 | 0.21 | 0.27 | 13.85 | 0.22 | 0.66 |
| Hex | BB | 9D | 94 | 0 | 10 | 15 | 1B | E | 16 | 42 |
| Octal | 273 | 235 | 224 | 0 | 20 | 25 | 33 | 16 | 26 | 102 |
| Binary | 10111011 | 10011101 | 10010100 | 0 | 10000 | 10101 | 11011 | 1110 | 10110 | 1000010 |
Color Harmonies of #BB9D94
Complementary color
Monochromatic Colors of #BB9D94
Black with #BB9D94
Text Example
Text Example
White with #BB9D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9D94; }
p { color: rgb(187,157,148); }
H1.HeaderClassName
{
color: #BB9D94;
}
.AnyTagClassName
{
color: #BB9D94;
}
</style>
background-color css
<style>
a { background-color: #BB9D94; }
a { background-color: rgb(187,157,148); }
div.DivClassName
{
background-color: #BB9D94;
}
.BgClassName
{
background-color: #BB9D94;
}
</style>
border-color css
<style>
span { border-color: #BB9D94; }
span { border-color: rgb(187,157,148); }
td.TdClassName
{
border-color: #BB9D94;
}
.TagClassName
{
border-color: #BB9D94;
}
</style>