Shades of Del Rio #BC9E90
Tints of Del Rio #BC9E90
RGB
CMYK
RGB Variations
Color information
#BC9E90 (or 0xBC9E90) is known color: Del Rio. HEX triplet: BC, 9E and 90. RGB value is (188,158,144). Sum of RGB (Red+Green+Blue) = 188+158+144=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9E90 is #43616F. Grayscale: #A5A5A5. Windows color (decimal): -4415856 or 9477820. OLE color: 9477820.
HSL color Cylindrical-coordinate representation of color #BC9E90: hue angle of 19.09º degrees, saturation: 0.25, 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 #BC9E90 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 144 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.26 |
| HSL | 19.09º | 0.25% | 0.65% | - |
| HSV(B) | 19.09º | 0.23% | 0.74% | - |
| XYZ | 38 | 37.16 | 31.56 | - |
| YUV | 165.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 144 | 0 | 0.16 | 0.23 | 0.26 | 19.09 | 0.25 | 0.65 |
| Hex | BC | 9E | 90 | 0 | 10 | 17 | 1A | 13 | 19 | 41 |
| Octal | 274 | 236 | 220 | 0 | 20 | 27 | 32 | 23 | 31 | 101 |
| Binary | 10111100 | 10011110 | 10010000 | 0 | 10000 | 10111 | 11010 | 10011 | 11001 | 1000001 |
Color Harmonies of #BC9E90
Complementary color
Monochromatic Colors of #BC9E90
Black with #BC9E90
Text Example
Text Example
White with #BC9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E90; }
p { color: rgb(188,158,144); }
H1.HeaderClassName
{
color: #BC9E90;
}
.AnyTagClassName
{
color: #BC9E90;
}
</style>
background-color css
<style>
a { background-color: #BC9E90; }
a { background-color: rgb(188,158,144); }
div.DivClassName
{
background-color: #BC9E90;
}
.BgClassName
{
background-color: #BC9E90;
}
</style>
border-color css
<style>
span { border-color: #BC9E90; }
span { border-color: rgb(188,158,144); }
td.TdClassName
{
border-color: #BC9E90;
}
.TagClassName
{
border-color: #BC9E90;
}
</style>