Shades of Del Rio #BCA08E
Tints of Del Rio #BCA08E
RGB
CMYK
RGB Variations
Color information
#BCA08E (or 0xBCA08E) is known color: Del Rio. HEX triplet: BC, A0 and 8E. RGB value is (188,160,142). Sum of RGB (Red+Green+Blue) = 188+160+142=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA08E is #435F71. Grayscale: #A6A6A6. Windows color (decimal): -4415346 or 9347260. OLE color: 9347260.
HSL color Cylindrical-coordinate representation of color #BCA08E: hue angle of 23.48º 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 #BCA08E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 142 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.26 |
| HSL | 23.48º | 0.26% | 0.65% | - |
| HSV(B) | 23.48º | 0.24% | 0.74% | - |
| XYZ | 38.19 | 37.79 | 30.87 | - |
| YUV | 166.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 142 | 0 | 0.15 | 0.24 | 0.26 | 23.48 | 0.26 | 0.65 |
| Hex | BC | A0 | 8E | 0 | F | 18 | 1A | 17 | 1A | 41 |
| Octal | 274 | 240 | 216 | 0 | 17 | 30 | 32 | 27 | 32 | 101 |
| Binary | 10111100 | 10100000 | 10001110 | 0 | 1111 | 11000 | 11010 | 10111 | 11010 | 1000001 |
Color Harmonies of #BCA08E
Complementary color
Monochromatic Colors of #BCA08E
Black with #BCA08E
Text Example
Text Example
White with #BCA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA08E; }
p { color: rgb(188,160,142); }
H1.HeaderClassName
{
color: #BCA08E;
}
.AnyTagClassName
{
color: #BCA08E;
}
</style>
background-color css
<style>
a { background-color: #BCA08E; }
a { background-color: rgb(188,160,142); }
div.DivClassName
{
background-color: #BCA08E;
}
.BgClassName
{
background-color: #BCA08E;
}
</style>
border-color css
<style>
span { border-color: #BCA08E; }
span { border-color: rgb(188,160,142); }
td.TdClassName
{
border-color: #BCA08E;
}
.TagClassName
{
border-color: #BCA08E;
}
</style>