Shades of Christine #BC611D
Tints of Christine #BC611D
RGB
CMYK
RGB Variations
Color information
#BC611D (or 0xBC611D) is known color: Christine. HEX triplet: BC, 61 and 1D. RGB value is (188,97,29). Sum of RGB (Red+Green+Blue) = 188+97+29=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC611D is #439EE2. Grayscale: #747474. Windows color (decimal): -4431587 or 1925564. OLE color: 1925564.
HSL color Cylindrical-coordinate representation of color #BC611D: hue angle of 25.66º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC611D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 29 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.26 |
| HSL | 25.66º | 0.73% | 0.43% | - |
| HSV(B) | 25.66º | 0.85% | 0.74% | - |
| XYZ | 25.24 | 19.33 | 3.56 | - |
| YUV | 116.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 29 | 0 | 0.48 | 0.85 | 0.26 | 25.66 | 0.73 | 0.43 |
| Hex | BC | 61 | 1D | 0 | 30 | 55 | 1A | 1A | 49 | 2B |
| Octal | 274 | 141 | 35 | 0 | 60 | 125 | 32 | 32 | 111 | 53 |
| Binary | 10111100 | 1100001 | 11101 | 0 | 110000 | 1010101 | 11010 | 11010 | 1001001 | 101011 |
Color Harmonies of #BC611D
Complementary color
Monochromatic Colors of #BC611D
Black with #BC611D
Text Example
Text Example
White with #BC611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC611D; }
p { color: rgb(188,97,29); }
H1.HeaderClassName
{
color: #BC611D;
}
.AnyTagClassName
{
color: #BC611D;
}
</style>
background-color css
<style>
a { background-color: #BC611D; }
a { background-color: rgb(188,97,29); }
div.DivClassName
{
background-color: #BC611D;
}
.BgClassName
{
background-color: #BC611D;
}
</style>
border-color css
<style>
span { border-color: #BC611D; }
span { border-color: rgb(188,97,29); }
td.TdClassName
{
border-color: #BC611D;
}
.TagClassName
{
border-color: #BC611D;
}
</style>