Shades of Del Rio #BC9D8F
Tints of Del Rio #BC9D8F
RGB
CMYK
RGB Variations
Color information
#BC9D8F (or 0xBC9D8F) is known color: Del Rio. HEX triplet: BC, 9D and 8F. RGB value is (188,157,143). Sum of RGB (Red+Green+Blue) = 188+157+143=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D8F is #436270. Grayscale: #A4A4A4. Windows color (decimal): -4416113 or 9412028. OLE color: 9412028.
HSL color Cylindrical-coordinate representation of color #BC9D8F: hue angle of 18.67º degrees, saturation: 0.25, 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 #BC9D8F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 143 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.26 |
| HSL | 18.67º | 0.25% | 0.65% | - |
| HSV(B) | 18.67º | 0.24% | 0.74% | - |
| XYZ | 37.75 | 36.79 | 31.1 | - |
| YUV | 164.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 143 | 0 | 0.16 | 0.24 | 0.26 | 18.67 | 0.25 | 0.65 |
| Hex | BC | 9D | 8F | 0 | 10 | 18 | 1A | 13 | 19 | 41 |
| Octal | 274 | 235 | 217 | 0 | 20 | 30 | 32 | 23 | 31 | 101 |
| Binary | 10111100 | 10011101 | 10001111 | 0 | 10000 | 11000 | 11010 | 10011 | 11001 | 1000001 |
Color Harmonies of #BC9D8F
Complementary color
Monochromatic Colors of #BC9D8F
Black with #BC9D8F
Text Example
Text Example
White with #BC9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D8F; }
p { color: rgb(188,157,143); }
H1.HeaderClassName
{
color: #BC9D8F;
}
.AnyTagClassName
{
color: #BC9D8F;
}
</style>
background-color css
<style>
a { background-color: #BC9D8F; }
a { background-color: rgb(188,157,143); }
div.DivClassName
{
background-color: #BC9D8F;
}
.BgClassName
{
background-color: #BC9D8F;
}
</style>
border-color css
<style>
span { border-color: #BC9D8F; }
span { border-color: rgb(188,157,143); }
td.TdClassName
{
border-color: #BC9D8F;
}
.TagClassName
{
border-color: #BC9D8F;
}
</style>