Shades of Del Rio #BCA096
Tints of Del Rio #BCA096
RGB
CMYK
RGB Variations
Color information
#BCA096 (or 0xBCA096) is known color: Del Rio. HEX triplet: BC, A0 and 96. RGB value is (188,160,150). Sum of RGB (Red+Green+Blue) = 188+160+150=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA096 is #435F69. Grayscale: #A7A7A7. Windows color (decimal): -4415338 or 9871548. OLE color: 9871548.
HSL color Cylindrical-coordinate representation of color #BCA096: hue angle of 15.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA096 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 150 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.26 |
| HSL | 15.79º | 0.22% | 0.66% | - |
| HSV(B) | 15.79º | 0.2% | 0.74% | - |
| XYZ | 38.81 | 38.03 | 34.15 | - |
| YUV | 167.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 150 | 0 | 0.15 | 0.20 | 0.26 | 15.79 | 0.22 | 0.66 |
| Hex | BC | A0 | 96 | 0 | F | 14 | 1A | 10 | 16 | 42 |
| Octal | 274 | 240 | 226 | 0 | 17 | 24 | 32 | 20 | 26 | 102 |
| Binary | 10111100 | 10100000 | 10010110 | 0 | 1111 | 10100 | 11010 | 10000 | 10110 | 1000010 |
Color Harmonies of #BCA096
Complementary color
Monochromatic Colors of #BCA096
Black with #BCA096
Text Example
Text Example
White with #BCA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA096; }
p { color: rgb(188,160,150); }
H1.HeaderClassName
{
color: #BCA096;
}
.AnyTagClassName
{
color: #BCA096;
}
</style>
background-color css
<style>
a { background-color: #BCA096; }
a { background-color: rgb(188,160,150); }
div.DivClassName
{
background-color: #BCA096;
}
.BgClassName
{
background-color: #BCA096;
}
</style>
border-color css
<style>
span { border-color: #BCA096; }
span { border-color: rgb(188,160,150); }
td.TdClassName
{
border-color: #BCA096;
}
.TagClassName
{
border-color: #BCA096;
}
</style>