Shades of Del Rio #BC9D93
Tints of Del Rio #BC9D93
RGB
CMYK
RGB Variations
Color information
#BC9D93 (or 0xBC9D93) is known color: Del Rio. HEX triplet: BC, 9D and 93. RGB value is (188,157,147). Sum of RGB (Red+Green+Blue) = 188+157+147=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D93 is #43626C. Grayscale: #A5A5A5. Windows color (decimal): -4416109 or 9674172. OLE color: 9674172.
HSL color Cylindrical-coordinate representation of color #BC9D93: hue angle of 14.63º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9D93 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 147 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.26 |
| HSL | 14.63º | 0.23% | 0.66% | - |
| HSV(B) | 14.63º | 0.22% | 0.74% | - |
| XYZ | 38.06 | 36.91 | 32.72 | - |
| YUV | 165.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 147 | 0 | 0.16 | 0.22 | 0.26 | 14.63 | 0.23 | 0.66 |
| Hex | BC | 9D | 93 | 0 | 10 | 16 | 1A | F | 17 | 42 |
| Octal | 274 | 235 | 223 | 0 | 20 | 26 | 32 | 17 | 27 | 102 |
| Binary | 10111100 | 10011101 | 10010011 | 0 | 10000 | 10110 | 11010 | 1111 | 10111 | 1000010 |
Color Harmonies of #BC9D93
Complementary color
Monochromatic Colors of #BC9D93
Black with #BC9D93
Text Example
Text Example
White with #BC9D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D93; }
p { color: rgb(188,157,147); }
H1.HeaderClassName
{
color: #BC9D93;
}
.AnyTagClassName
{
color: #BC9D93;
}
</style>
background-color css
<style>
a { background-color: #BC9D93; }
a { background-color: rgb(188,157,147); }
div.DivClassName
{
background-color: #BC9D93;
}
.BgClassName
{
background-color: #BC9D93;
}
</style>
border-color css
<style>
span { border-color: #BC9D93; }
span { border-color: rgb(188,157,147); }
td.TdClassName
{
border-color: #BC9D93;
}
.TagClassName
{
border-color: #BC9D93;
}
</style>