Shades of Del Rio #BCA18E
Tints of Del Rio #BCA18E
RGB
CMYK
RGB Variations
Color information
#BCA18E (or 0xBCA18E) is known color: Del Rio. HEX triplet: BC, A1 and 8E. RGB value is (188,161,142). Sum of RGB (Red+Green+Blue) = 188+161+142=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA18E is #435E71. Grayscale: #A7A7A7. Windows color (decimal): -4415090 or 9347516. OLE color: 9347516.
HSL color Cylindrical-coordinate representation of color #BCA18E: hue angle of 24.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA18E is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 142 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.26 |
| HSL | 24.78º | 0.26% | 0.65% | - |
| HSV(B) | 24.78º | 0.24% | 0.74% | - |
| XYZ | 38.37 | 38.13 | 30.93 | - |
| YUV | 166.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 142 | 0 | 0.14 | 0.24 | 0.26 | 24.78 | 0.26 | 0.65 |
| Hex | BC | A1 | 8E | 0 | E | 18 | 1A | 19 | 1A | 41 |
| Octal | 274 | 241 | 216 | 0 | 16 | 30 | 32 | 31 | 32 | 101 |
| Binary | 10111100 | 10100001 | 10001110 | 0 | 1110 | 11000 | 11010 | 11001 | 11010 | 1000001 |
Color Harmonies of #BCA18E
Complementary color
Monochromatic Colors of #BCA18E
Black with #BCA18E
Text Example
Text Example
White with #BCA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA18E; }
p { color: rgb(188,161,142); }
H1.HeaderClassName
{
color: #BCA18E;
}
.AnyTagClassName
{
color: #BCA18E;
}
</style>
background-color css
<style>
a { background-color: #BCA18E; }
a { background-color: rgb(188,161,142); }
div.DivClassName
{
background-color: #BCA18E;
}
.BgClassName
{
background-color: #BCA18E;
}
</style>
border-color css
<style>
span { border-color: #BCA18E; }
span { border-color: rgb(188,161,142); }
td.TdClassName
{
border-color: #BCA18E;
}
.TagClassName
{
border-color: #BCA18E;
}
</style>