Shades of Del Rio #BC9C91
Tints of Del Rio #BC9C91
RGB
CMYK
RGB Variations
Color information
#BC9C91 (or 0xBC9C91) is known color: Del Rio. HEX triplet: BC, 9C and 91. RGB value is (188,156,145). Sum of RGB (Red+Green+Blue) = 188+156+145=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C91 is #43636E. Grayscale: #A4A4A4. Windows color (decimal): -4416367 or 9542844. OLE color: 9542844.
HSL color Cylindrical-coordinate representation of color #BC9C91: hue angle of 15.35º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9C91 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 145 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.26 |
| HSL | 15.35º | 0.24% | 0.65% | - |
| HSV(B) | 15.35º | 0.23% | 0.74% | - |
| XYZ | 37.74 | 36.51 | 31.85 | - |
| YUV | 164.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 145 | 0 | 0.17 | 0.23 | 0.26 | 15.35 | 0.24 | 0.65 |
| Hex | BC | 9C | 91 | 0 | 11 | 17 | 1A | F | 18 | 41 |
| Octal | 274 | 234 | 221 | 0 | 21 | 27 | 32 | 17 | 30 | 101 |
| Binary | 10111100 | 10011100 | 10010001 | 0 | 10001 | 10111 | 11010 | 1111 | 11000 | 1000001 |
Color Harmonies of #BC9C91
Complementary color
Monochromatic Colors of #BC9C91
Black with #BC9C91
Text Example
Text Example
White with #BC9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C91; }
p { color: rgb(188,156,145); }
H1.HeaderClassName
{
color: #BC9C91;
}
.AnyTagClassName
{
color: #BC9C91;
}
</style>
background-color css
<style>
a { background-color: #BC9C91; }
a { background-color: rgb(188,156,145); }
div.DivClassName
{
background-color: #BC9C91;
}
.BgClassName
{
background-color: #BC9C91;
}
</style>
border-color css
<style>
span { border-color: #BC9C91; }
span { border-color: rgb(188,156,145); }
td.TdClassName
{
border-color: #BC9C91;
}
.TagClassName
{
border-color: #BC9C91;
}
</style>