Shades of Del Rio #BC9C92
Tints of Del Rio #BC9C92
RGB
CMYK
RGB Variations
Color information
#BC9C92 (or 0xBC9C92) is known color: Del Rio. HEX triplet: BC, 9C and 92. RGB value is (188,156,146). Sum of RGB (Red+Green+Blue) = 188+156+146=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C92 is #43636D. Grayscale: #A4A4A4. Windows color (decimal): -4416366 or 9608380. OLE color: 9608380.
HSL color Cylindrical-coordinate representation of color #BC9C92: hue angle of 14.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9C92 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 146 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.26 |
| HSL | 14.29º | 0.24% | 0.65% | - |
| HSV(B) | 14.29º | 0.22% | 0.74% | - |
| XYZ | 37.82 | 36.54 | 32.25 | - |
| YUV | 164.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 146 | 0 | 0.17 | 0.22 | 0.26 | 14.29 | 0.24 | 0.65 |
| Hex | BC | 9C | 92 | 0 | 11 | 16 | 1A | E | 18 | 41 |
| Octal | 274 | 234 | 222 | 0 | 21 | 26 | 32 | 16 | 30 | 101 |
| Binary | 10111100 | 10011100 | 10010010 | 0 | 10001 | 10110 | 11010 | 1110 | 11000 | 1000001 |
Color Harmonies of #BC9C92
Complementary color
Monochromatic Colors of #BC9C92
Black with #BC9C92
Text Example
Text Example
White with #BC9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C92; }
p { color: rgb(188,156,146); }
H1.HeaderClassName
{
color: #BC9C92;
}
.AnyTagClassName
{
color: #BC9C92;
}
</style>
background-color css
<style>
a { background-color: #BC9C92; }
a { background-color: rgb(188,156,146); }
div.DivClassName
{
background-color: #BC9C92;
}
.BgClassName
{
background-color: #BC9C92;
}
</style>
border-color css
<style>
span { border-color: #BC9C92; }
span { border-color: rgb(188,156,146); }
td.TdClassName
{
border-color: #BC9C92;
}
.TagClassName
{
border-color: #BC9C92;
}
</style>