Shades of Christine #BC612F
Tints of Christine #BC612F
RGB
CMYK
RGB Variations
Color information
#BC612F (or 0xBC612F) is known color: Christine. HEX triplet: BC, 61 and 2F. RGB value is (188,97,47). Sum of RGB (Red+Green+Blue) = 188+97+47=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC612F is #439ED0. Grayscale: #767676. Windows color (decimal): -4431569 or 3105212. OLE color: 3105212.
HSL color Cylindrical-coordinate representation of color #BC612F: hue angle of 21.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC612F is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 47 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.26 |
| HSL | 21.28º | 0.6% | 0.46% | - |
| HSV(B) | 21.28º | 0.75% | 0.74% | - |
| XYZ | 25.53 | 19.45 | 5.1 | - |
| YUV | 118.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 47 | 0 | 0.48 | 0.75 | 0.26 | 21.28 | 0.6 | 0.46 |
| Hex | BC | 61 | 2F | 0 | 30 | 4B | 1A | 15 | 3C | 2E |
| Octal | 274 | 141 | 57 | 0 | 60 | 113 | 32 | 25 | 74 | 56 |
| Binary | 10111100 | 1100001 | 101111 | 0 | 110000 | 1001011 | 11010 | 10101 | 111100 | 101110 |
Color Harmonies of #BC612F
Complementary color
Monochromatic Colors of #BC612F
Black with #BC612F
Text Example
Text Example
White with #BC612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC612F; }
p { color: rgb(188,97,47); }
H1.HeaderClassName
{
color: #BC612F;
}
.AnyTagClassName
{
color: #BC612F;
}
</style>
background-color css
<style>
a { background-color: #BC612F; }
a { background-color: rgb(188,97,47); }
div.DivClassName
{
background-color: #BC612F;
}
.BgClassName
{
background-color: #BC612F;
}
</style>
border-color css
<style>
span { border-color: #BC612F; }
span { border-color: rgb(188,97,47); }
td.TdClassName
{
border-color: #BC612F;
}
.TagClassName
{
border-color: #BC612F;
}
</style>