Shades of Del Rio #BC9E8B
Tints of Del Rio #BC9E8B
RGB
CMYK
RGB Variations
Color information
#BC9E8B (or 0xBC9E8B) is known color: Del Rio. HEX triplet: BC, 9E and 8B. RGB value is (188,158,139). Sum of RGB (Red+Green+Blue) = 188+158+139=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9E8B is #436174. Grayscale: #A4A4A4. Windows color (decimal): -4415861 or 9150140. OLE color: 9150140.
HSL color Cylindrical-coordinate representation of color #BC9E8B: hue angle of 23.27º degrees, saturation: 0.27, 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 #BC9E8B is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 139 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.26 |
| HSL | 23.27º | 0.27% | 0.64% | - |
| HSV(B) | 23.27º | 0.26% | 0.74% | - |
| XYZ | 37.63 | 37.01 | 29.59 | - |
| YUV | 164.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 139 | 0 | 0.16 | 0.26 | 0.26 | 23.27 | 0.27 | 0.64 |
| Hex | BC | 9E | 8B | 0 | 10 | 1A | 1A | 17 | 1B | 40 |
| Octal | 274 | 236 | 213 | 0 | 20 | 32 | 32 | 27 | 33 | 100 |
| Binary | 10111100 | 10011110 | 10001011 | 0 | 10000 | 11010 | 11010 | 10111 | 11011 | 1000000 |
Color Harmonies of #BC9E8B
Complementary color
Monochromatic Colors of #BC9E8B
Black with #BC9E8B
Text Example
Text Example
White with #BC9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E8B; }
p { color: rgb(188,158,139); }
H1.HeaderClassName
{
color: #BC9E8B;
}
.AnyTagClassName
{
color: #BC9E8B;
}
</style>
background-color css
<style>
a { background-color: #BC9E8B; }
a { background-color: rgb(188,158,139); }
div.DivClassName
{
background-color: #BC9E8B;
}
.BgClassName
{
background-color: #BC9E8B;
}
</style>
border-color css
<style>
span { border-color: #BC9E8B; }
span { border-color: rgb(188,158,139); }
td.TdClassName
{
border-color: #BC9E8B;
}
.TagClassName
{
border-color: #BC9E8B;
}
</style>