Shades of Christine #BC601C
Tints of Christine #BC601C
RGB
CMYK
RGB Variations
Color information
#BC601C (or 0xBC601C) is known color: Christine. HEX triplet: BC, 60 and 1C. RGB value is (188,96,28). Sum of RGB (Red+Green+Blue) = 188+96+28=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC601C is #439FE3. Grayscale: #747474. Windows color (decimal): -4431844 or 1859772. OLE color: 1859772.
HSL color Cylindrical-coordinate representation of color #BC601C: hue angle of 25.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC601C is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 28 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.26 |
| HSL | 25.5º | 0.74% | 0.42% | - |
| HSV(B) | 25.5º | 0.85% | 0.74% | - |
| XYZ | 25.13 | 19.14 | 3.47 | - |
| YUV | 115.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 28 | 0 | 0.49 | 0.85 | 0.26 | 25.5 | 0.74 | 0.42 |
| Hex | BC | 60 | 1C | 0 | 31 | 55 | 1A | 1A | 4A | 2A |
| Octal | 274 | 140 | 34 | 0 | 61 | 125 | 32 | 32 | 112 | 52 |
| Binary | 10111100 | 1100000 | 11100 | 0 | 110001 | 1010101 | 11010 | 11010 | 1001010 | 101010 |
Color Harmonies of #BC601C
Complementary color
Monochromatic Colors of #BC601C
Black with #BC601C
Text Example
Text Example
White with #BC601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC601C; }
p { color: rgb(188,96,28); }
H1.HeaderClassName
{
color: #BC601C;
}
.AnyTagClassName
{
color: #BC601C;
}
</style>
background-color css
<style>
a { background-color: #BC601C; }
a { background-color: rgb(188,96,28); }
div.DivClassName
{
background-color: #BC601C;
}
.BgClassName
{
background-color: #BC601C;
}
</style>
border-color css
<style>
span { border-color: #BC601C; }
span { border-color: rgb(188,96,28); }
td.TdClassName
{
border-color: #BC601C;
}
.TagClassName
{
border-color: #BC601C;
}
</style>