Shades of Del Rio #BCA291
Tints of Del Rio #BCA291
RGB
CMYK
RGB Variations
Color information
#BCA291 (or 0xBCA291) is known color: Del Rio. HEX triplet: BC, A2 and 91. RGB value is (188,162,145). Sum of RGB (Red+Green+Blue) = 188+162+145=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA291 is #435D6E. Grayscale: #A7A7A7. Windows color (decimal): -4414831 or 9544380. OLE color: 9544380.
HSL color Cylindrical-coordinate representation of color #BCA291: hue angle of 23.72º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA291 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 145 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.26 |
| HSL | 23.72º | 0.24% | 0.65% | - |
| HSV(B) | 23.72º | 0.23% | 0.74% | - |
| XYZ | 38.77 | 38.58 | 32.19 | - |
| YUV | 167.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 145 | 0 | 0.14 | 0.23 | 0.26 | 23.72 | 0.24 | 0.65 |
| Hex | BC | A2 | 91 | 0 | E | 17 | 1A | 18 | 18 | 41 |
| Octal | 274 | 242 | 221 | 0 | 16 | 27 | 32 | 30 | 30 | 101 |
| Binary | 10111100 | 10100010 | 10010001 | 0 | 1110 | 10111 | 11010 | 11000 | 11000 | 1000001 |
Color Harmonies of #BCA291
Complementary color
Monochromatic Colors of #BCA291
Black with #BCA291
Text Example
Text Example
White with #BCA291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA291; }
p { color: rgb(188,162,145); }
H1.HeaderClassName
{
color: #BCA291;
}
.AnyTagClassName
{
color: #BCA291;
}
</style>
background-color css
<style>
a { background-color: #BCA291; }
a { background-color: rgb(188,162,145); }
div.DivClassName
{
background-color: #BCA291;
}
.BgClassName
{
background-color: #BCA291;
}
</style>
border-color css
<style>
span { border-color: #BCA291; }
span { border-color: rgb(188,162,145); }
td.TdClassName
{
border-color: #BCA291;
}
.TagClassName
{
border-color: #BCA291;
}
</style>