Shades of Del Rio #BCA393
Tints of Del Rio #BCA393
RGB
CMYK
RGB Variations
Color information
#BCA393 (or 0xBCA393) is known color: Del Rio. HEX triplet: BC, A3 and 93. RGB value is (188,163,147). Sum of RGB (Red+Green+Blue) = 188+163+147=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA393 is #435C6C. Grayscale: #A8A8A8. Windows color (decimal): -4414573 or 9675708. OLE color: 9675708.
HSL color Cylindrical-coordinate representation of color #BCA393: hue angle of 23.41º 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 #BCA393 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 147 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.26 |
| HSL | 23.41º | 0.23% | 0.66% | - |
| HSV(B) | 23.41º | 0.22% | 0.74% | - |
| XYZ | 39.1 | 38.99 | 33.07 | - |
| YUV | 168.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 147 | 0 | 0.13 | 0.22 | 0.26 | 23.41 | 0.23 | 0.66 |
| Hex | BC | A3 | 93 | 0 | D | 16 | 1A | 17 | 17 | 42 |
| Octal | 274 | 243 | 223 | 0 | 15 | 26 | 32 | 27 | 27 | 102 |
| Binary | 10111100 | 10100011 | 10010011 | 0 | 1101 | 10110 | 11010 | 10111 | 10111 | 1000010 |
Color Harmonies of #BCA393
Complementary color
Monochromatic Colors of #BCA393
Black with #BCA393
Text Example
Text Example
White with #BCA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA393; }
p { color: rgb(188,163,147); }
H1.HeaderClassName
{
color: #BCA393;
}
.AnyTagClassName
{
color: #BCA393;
}
</style>
background-color css
<style>
a { background-color: #BCA393; }
a { background-color: rgb(188,163,147); }
div.DivClassName
{
background-color: #BCA393;
}
.BgClassName
{
background-color: #BCA393;
}
</style>
border-color css
<style>
span { border-color: #BCA393; }
span { border-color: rgb(188,163,147); }
td.TdClassName
{
border-color: #BCA393;
}
.TagClassName
{
border-color: #BCA393;
}
</style>