Shades of Del Rio #BC998C
Tints of Del Rio #BC998C
RGB
CMYK
RGB Variations
Color information
#BC998C (or 0xBC998C) is known color: Del Rio. HEX triplet: BC, 99 and 8C. RGB value is (188,153,140). Sum of RGB (Red+Green+Blue) = 188+153+140=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998C is #436673. Grayscale: #A2A2A2. Windows color (decimal): -4417140 or 9214396. OLE color: 9214396.
HSL color Cylindrical-coordinate representation of color #BC998C: hue angle of 16.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC998C is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 140 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.26 |
| HSL | 16.25º | 0.26% | 0.64% | - |
| HSV(B) | 16.25º | 0.26% | 0.74% | - |
| XYZ | 36.86 | 35.37 | 29.69 | - |
| YUV | 161.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 140 | 0 | 0.19 | 0.26 | 0.26 | 16.25 | 0.26 | 0.64 |
| Hex | BC | 99 | 8C | 0 | 13 | 1A | 1A | 10 | 1A | 40 |
| Octal | 274 | 231 | 214 | 0 | 23 | 32 | 32 | 20 | 32 | 100 |
| Binary | 10111100 | 10011001 | 10001100 | 0 | 10011 | 11010 | 11010 | 10000 | 11010 | 1000000 |
Color Harmonies of #BC998C
Complementary color
Monochromatic Colors of #BC998C
Black with #BC998C
Text Example
Text Example
White with #BC998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC998C; }
p { color: rgb(188,153,140); }
H1.HeaderClassName
{
color: #BC998C;
}
.AnyTagClassName
{
color: #BC998C;
}
</style>
background-color css
<style>
a { background-color: #BC998C; }
a { background-color: rgb(188,153,140); }
div.DivClassName
{
background-color: #BC998C;
}
.BgClassName
{
background-color: #BC998C;
}
</style>
border-color css
<style>
span { border-color: #BC998C; }
span { border-color: rgb(188,153,140); }
td.TdClassName
{
border-color: #BC998C;
}
.TagClassName
{
border-color: #BC998C;
}
</style>