Shades of Del Rio #BCA097
Tints of Del Rio #BCA097
RGB
CMYK
RGB Variations
Color information
#BCA097 (or 0xBCA097) is known color: Del Rio. HEX triplet: BC, A0 and 97. RGB value is (188,160,151). Sum of RGB (Red+Green+Blue) = 188+160+151=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA097 is #435F68. Grayscale: #A7A7A7. Windows color (decimal): -4415337 or 9937084. OLE color: 9937084.
HSL color Cylindrical-coordinate representation of color #BCA097: hue angle of 14.59º 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 #BCA097 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 151 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.26 |
| HSL | 14.59º | 0.22% | 0.66% | - |
| HSV(B) | 14.59º | 0.2% | 0.74% | - |
| XYZ | 38.9 | 38.07 | 34.58 | - |
| YUV | 167.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 151 | 0 | 0.15 | 0.20 | 0.26 | 14.59 | 0.22 | 0.66 |
| Hex | BC | A0 | 97 | 0 | F | 14 | 1A | F | 16 | 42 |
| Octal | 274 | 240 | 227 | 0 | 17 | 24 | 32 | 17 | 26 | 102 |
| Binary | 10111100 | 10100000 | 10010111 | 0 | 1111 | 10100 | 11010 | 1111 | 10110 | 1000010 |
Color Harmonies of #BCA097
Complementary color
Monochromatic Colors of #BCA097
Black with #BCA097
Text Example
Text Example
White with #BCA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA097; }
p { color: rgb(188,160,151); }
H1.HeaderClassName
{
color: #BCA097;
}
.AnyTagClassName
{
color: #BCA097;
}
</style>
background-color css
<style>
a { background-color: #BCA097; }
a { background-color: rgb(188,160,151); }
div.DivClassName
{
background-color: #BCA097;
}
.BgClassName
{
background-color: #BCA097;
}
</style>
border-color css
<style>
span { border-color: #BCA097; }
span { border-color: rgb(188,160,151); }
td.TdClassName
{
border-color: #BCA097;
}
.TagClassName
{
border-color: #BCA097;
}
</style>