Shades of Christine #BC671E
Tints of Christine #BC671E
RGB
CMYK
RGB Variations
Color information
#BC671E (or 0xBC671E) is known color: Christine. HEX triplet: BC, 67 and 1E. RGB value is (188,103,30). Sum of RGB (Red+Green+Blue) = 188+103+30=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC671E is #4398E1. Grayscale: #787878. Windows color (decimal): -4430050 or 1992636. OLE color: 1992636.
HSL color Cylindrical-coordinate representation of color #BC671E: hue angle of 27.72º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC671E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 30 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.26 |
| HSL | 27.72º | 0.72% | 0.43% | - |
| HSV(B) | 27.72º | 0.84% | 0.74% | - |
| XYZ | 25.82 | 20.49 | 3.82 | - |
| YUV | 120.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 30 | 0 | 0.45 | 0.84 | 0.26 | 27.72 | 0.72 | 0.43 |
| Hex | BC | 67 | 1E | 0 | 2D | 54 | 1A | 1C | 48 | 2B |
| Octal | 274 | 147 | 36 | 0 | 55 | 124 | 32 | 34 | 110 | 53 |
| Binary | 10111100 | 1100111 | 11110 | 0 | 101101 | 1010100 | 11010 | 11100 | 1001000 | 101011 |
Color Harmonies of #BC671E
Complementary color
Monochromatic Colors of #BC671E
Black with #BC671E
Text Example
Text Example
White with #BC671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC671E; }
p { color: rgb(188,103,30); }
H1.HeaderClassName
{
color: #BC671E;
}
.AnyTagClassName
{
color: #BC671E;
}
</style>
background-color css
<style>
a { background-color: #BC671E; }
a { background-color: rgb(188,103,30); }
div.DivClassName
{
background-color: #BC671E;
}
.BgClassName
{
background-color: #BC671E;
}
</style>
border-color css
<style>
span { border-color: #BC671E; }
span { border-color: rgb(188,103,30); }
td.TdClassName
{
border-color: #BC671E;
}
.TagClassName
{
border-color: #BC671E;
}
</style>