Shades of Del Rio #BCA194
Tints of Del Rio #BCA194
RGB
CMYK
RGB Variations
Color information
#BCA194 (or 0xBCA194) is known color: Del Rio. HEX triplet: BC, A1 and 94. RGB value is (188,161,148). Sum of RGB (Red+Green+Blue) = 188+161+148=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA194 is #435E6B. Grayscale: #A7A7A7. Windows color (decimal): -4415084 or 9740732. OLE color: 9740732.
HSL color Cylindrical-coordinate representation of color #BCA194: hue angle of 19.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA194 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 148 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.26 |
| HSL | 19.5º | 0.23% | 0.66% | - |
| HSV(B) | 19.5º | 0.21% | 0.74% | - |
| XYZ | 38.83 | 38.32 | 33.37 | - |
| YUV | 167.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 148 | 0 | 0.14 | 0.21 | 0.26 | 19.5 | 0.23 | 0.66 |
| Hex | BC | A1 | 94 | 0 | E | 15 | 1A | 14 | 17 | 42 |
| Octal | 274 | 241 | 224 | 0 | 16 | 25 | 32 | 24 | 27 | 102 |
| Binary | 10111100 | 10100001 | 10010100 | 0 | 1110 | 10101 | 11010 | 10100 | 10111 | 1000010 |
Color Harmonies of #BCA194
Complementary color
Monochromatic Colors of #BCA194
Black with #BCA194
Text Example
Text Example
White with #BCA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA194; }
p { color: rgb(188,161,148); }
H1.HeaderClassName
{
color: #BCA194;
}
.AnyTagClassName
{
color: #BCA194;
}
</style>
background-color css
<style>
a { background-color: #BCA194; }
a { background-color: rgb(188,161,148); }
div.DivClassName
{
background-color: #BCA194;
}
.BgClassName
{
background-color: #BCA194;
}
</style>
border-color css
<style>
span { border-color: #BCA194; }
span { border-color: rgb(188,161,148); }
td.TdClassName
{
border-color: #BCA194;
}
.TagClassName
{
border-color: #BCA194;
}
</style>