Shades of Christine #BC672E
Tints of Christine #BC672E
RGB
CMYK
RGB Variations
Color information
#BC672E (or 0xBC672E) is known color: Christine. HEX triplet: BC, 67 and 2E. RGB value is (188,103,46). Sum of RGB (Red+Green+Blue) = 188+103+46=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC672E is #4398D1. Grayscale: #7A7A7A. Windows color (decimal): -4430034 or 3041212. OLE color: 3041212.
HSL color Cylindrical-coordinate representation of color #BC672E: hue angle of 24.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC672E is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 46 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.26 |
| HSL | 24.08º | 0.61% | 0.46% | - |
| HSV(B) | 24.08º | 0.76% | 0.74% | - |
| XYZ | 26.08 | 20.59 | 5.18 | - |
| YUV | 121.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 46 | 0 | 0.45 | 0.76 | 0.26 | 24.08 | 0.61 | 0.46 |
| Hex | BC | 67 | 2E | 0 | 2D | 4C | 1A | 18 | 3D | 2E |
| Octal | 274 | 147 | 56 | 0 | 55 | 114 | 32 | 30 | 75 | 56 |
| Binary | 10111100 | 1100111 | 101110 | 0 | 101101 | 1001100 | 11010 | 11000 | 111101 | 101110 |
Color Harmonies of #BC672E
Complementary color
Monochromatic Colors of #BC672E
Black with #BC672E
Text Example
Text Example
White with #BC672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC672E; }
p { color: rgb(188,103,46); }
H1.HeaderClassName
{
color: #BC672E;
}
.AnyTagClassName
{
color: #BC672E;
}
</style>
background-color css
<style>
a { background-color: #BC672E; }
a { background-color: rgb(188,103,46); }
div.DivClassName
{
background-color: #BC672E;
}
.BgClassName
{
background-color: #BC672E;
}
</style>
border-color css
<style>
span { border-color: #BC672E; }
span { border-color: rgb(188,103,46); }
td.TdClassName
{
border-color: #BC672E;
}
.TagClassName
{
border-color: #BC672E;
}
</style>