Shades of Del Rio #BC9887
Tints of Del Rio #BC9887
RGB
CMYK
RGB Variations
Color information
#BC9887 (or 0xBC9887) is known color: Del Rio. HEX triplet: BC, 98 and 87. RGB value is (188,152,135). Sum of RGB (Red+Green+Blue) = 188+152+135=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9887 is #436778. Grayscale: #A0A0A0. Windows color (decimal): -4417401 or 8886460. OLE color: 8886460.
HSL color Cylindrical-coordinate representation of color #BC9887: hue angle of 19.25º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9887 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 135 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.26 |
| HSL | 19.25º | 0.28% | 0.63% | - |
| HSV(B) | 19.25º | 0.28% | 0.74% | - |
| XYZ | 36.34 | 34.9 | 27.74 | - |
| YUV | 160.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 135 | 0 | 0.19 | 0.28 | 0.26 | 19.25 | 0.28 | 0.63 |
| Hex | BC | 98 | 87 | 0 | 13 | 1C | 1A | 13 | 1C | 3F |
| Octal | 274 | 230 | 207 | 0 | 23 | 34 | 32 | 23 | 34 | 77 |
| Binary | 10111100 | 10011000 | 10000111 | 0 | 10011 | 11100 | 11010 | 10011 | 11100 | 111111 |
Color Harmonies of #BC9887
Complementary color
Monochromatic Colors of #BC9887
Black with #BC9887
Text Example
Text Example
White with #BC9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9887; }
p { color: rgb(188,152,135); }
H1.HeaderClassName
{
color: #BC9887;
}
.AnyTagClassName
{
color: #BC9887;
}
</style>
background-color css
<style>
a { background-color: #BC9887; }
a { background-color: rgb(188,152,135); }
div.DivClassName
{
background-color: #BC9887;
}
.BgClassName
{
background-color: #BC9887;
}
</style>
border-color css
<style>
span { border-color: #BC9887; }
span { border-color: rgb(188,152,135); }
td.TdClassName
{
border-color: #BC9887;
}
.TagClassName
{
border-color: #BC9887;
}
</style>