Shades of Christine #BC622C
Tints of Christine #BC622C
RGB
CMYK
RGB Variations
Color information
#BC622C (or 0xBC622C) is known color: Christine. HEX triplet: BC, 62 and 2C. RGB value is (188,98,44). Sum of RGB (Red+Green+Blue) = 188+98+44=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC622C is #439DD3. Grayscale: #777777. Windows color (decimal): -4431316 or 2908860. OLE color: 2908860.
HSL color Cylindrical-coordinate representation of color #BC622C: hue angle of 22.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC622C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 44 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.26 |
| HSL | 22.5º | 0.62% | 0.45% | - |
| HSV(B) | 22.5º | 0.77% | 0.74% | - |
| XYZ | 25.56 | 19.61 | 4.82 | - |
| YUV | 118.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 44 | 0 | 0.48 | 0.77 | 0.26 | 22.5 | 0.62 | 0.45 |
| Hex | BC | 62 | 2C | 0 | 30 | 4D | 1A | 16 | 3E | 2D |
| Octal | 274 | 142 | 54 | 0 | 60 | 115 | 32 | 26 | 76 | 55 |
| Binary | 10111100 | 1100010 | 101100 | 0 | 110000 | 1001101 | 11010 | 10110 | 111110 | 101101 |
Color Harmonies of #BC622C
Complementary color
Monochromatic Colors of #BC622C
Black with #BC622C
Text Example
Text Example
White with #BC622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC622C; }
p { color: rgb(188,98,44); }
H1.HeaderClassName
{
color: #BC622C;
}
.AnyTagClassName
{
color: #BC622C;
}
</style>
background-color css
<style>
a { background-color: #BC622C; }
a { background-color: rgb(188,98,44); }
div.DivClassName
{
background-color: #BC622C;
}
.BgClassName
{
background-color: #BC622C;
}
</style>
border-color css
<style>
span { border-color: #BC622C; }
span { border-color: rgb(188,98,44); }
td.TdClassName
{
border-color: #BC622C;
}
.TagClassName
{
border-color: #BC622C;
}
</style>