Shades of Christine #BC671C
Tints of Christine #BC671C
RGB
CMYK
RGB Variations
Color information
#BC671C (or 0xBC671C) is known color: Christine. HEX triplet: BC, 67 and 1C. RGB value is (188,103,28). Sum of RGB (Red+Green+Blue) = 188+103+28=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC671C is #4398E3. Grayscale: #787878. Windows color (decimal): -4430052 or 1861564. OLE color: 1861564.
HSL color Cylindrical-coordinate representation of color #BC671C: hue angle of 28.12º 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 #BC671C is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 28 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.26 |
| HSL | 28.13º | 0.74% | 0.42% | - |
| HSV(B) | 28.13º | 0.85% | 0.74% | - |
| XYZ | 25.8 | 20.48 | 3.69 | - |
| YUV | 119.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 28 | 0 | 0.45 | 0.85 | 0.26 | 28.13 | 0.74 | 0.42 |
| Hex | BC | 67 | 1C | 0 | 2D | 55 | 1A | 1C | 4A | 2A |
| Octal | 274 | 147 | 34 | 0 | 55 | 125 | 32 | 34 | 112 | 52 |
| Binary | 10111100 | 1100111 | 11100 | 0 | 101101 | 1010101 | 11010 | 11100 | 1001010 | 101010 |
Color Harmonies of #BC671C
Complementary color
Monochromatic Colors of #BC671C
Black with #BC671C
Text Example
Text Example
White with #BC671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC671C; }
p { color: rgb(188,103,28); }
H1.HeaderClassName
{
color: #BC671C;
}
.AnyTagClassName
{
color: #BC671C;
}
</style>
background-color css
<style>
a { background-color: #BC671C; }
a { background-color: rgb(188,103,28); }
div.DivClassName
{
background-color: #BC671C;
}
.BgClassName
{
background-color: #BC671C;
}
</style>
border-color css
<style>
span { border-color: #BC671C; }
span { border-color: rgb(188,103,28); }
td.TdClassName
{
border-color: #BC671C;
}
.TagClassName
{
border-color: #BC671C;
}
</style>