Shades of Del Rio #BC9D8E
Tints of Del Rio #BC9D8E
RGB
CMYK
RGB Variations
Color information
#BC9D8E (or 0xBC9D8E) is known color: Del Rio. HEX triplet: BC, 9D and 8E. RGB value is (188,157,142). Sum of RGB (Red+Green+Blue) = 188+157+142=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D8E is #436271. Grayscale: #A4A4A4. Windows color (decimal): -4416114 or 9346492. OLE color: 9346492.
HSL color Cylindrical-coordinate representation of color #BC9D8E: hue angle of 19.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9D8E is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 142 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.26 |
| HSL | 19.57º | 0.26% | 0.65% | - |
| HSV(B) | 19.57º | 0.24% | 0.74% | - |
| XYZ | 37.68 | 36.76 | 30.7 | - |
| YUV | 164.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 142 | 0 | 0.16 | 0.24 | 0.26 | 19.57 | 0.26 | 0.65 |
| Hex | BC | 9D | 8E | 0 | 10 | 18 | 1A | 14 | 1A | 41 |
| Octal | 274 | 235 | 216 | 0 | 20 | 30 | 32 | 24 | 32 | 101 |
| Binary | 10111100 | 10011101 | 10001110 | 0 | 10000 | 11000 | 11010 | 10100 | 11010 | 1000001 |
Color Harmonies of #BC9D8E
Complementary color
Monochromatic Colors of #BC9D8E
Black with #BC9D8E
Text Example
Text Example
White with #BC9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D8E; }
p { color: rgb(188,157,142); }
H1.HeaderClassName
{
color: #BC9D8E;
}
.AnyTagClassName
{
color: #BC9D8E;
}
</style>
background-color css
<style>
a { background-color: #BC9D8E; }
a { background-color: rgb(188,157,142); }
div.DivClassName
{
background-color: #BC9D8E;
}
.BgClassName
{
background-color: #BC9D8E;
}
</style>
border-color css
<style>
span { border-color: #BC9D8E; }
span { border-color: rgb(188,157,142); }
td.TdClassName
{
border-color: #BC9D8E;
}
.TagClassName
{
border-color: #BC9D8E;
}
</style>