Shades of Christine #BC622B
Tints of Christine #BC622B
RGB
CMYK
RGB Variations
Color information
#BC622B (or 0xBC622B) is known color: Christine. HEX triplet: BC, 62 and 2B. RGB value is (188,98,43). Sum of RGB (Red+Green+Blue) = 188+98+43=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC622B is #439DD4. Grayscale: #767676. Windows color (decimal): -4431317 or 2843324. OLE color: 2843324.
HSL color Cylindrical-coordinate representation of color #BC622B: hue angle of 22.76º degrees, saturation: 0.63, 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 #BC622B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 43 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.26 |
| HSL | 22.76º | 0.63% | 0.45% | - |
| HSV(B) | 22.76º | 0.77% | 0.74% | - |
| XYZ | 25.54 | 19.6 | 4.72 | - |
| YUV | 118.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 43 | 0 | 0.48 | 0.77 | 0.26 | 22.76 | 0.63 | 0.45 |
| Hex | BC | 62 | 2B | 0 | 30 | 4D | 1A | 17 | 3F | 2D |
| Octal | 274 | 142 | 53 | 0 | 60 | 115 | 32 | 27 | 77 | 55 |
| Binary | 10111100 | 1100010 | 101011 | 0 | 110000 | 1001101 | 11010 | 10111 | 111111 | 101101 |
Color Harmonies of #BC622B
Complementary color
Monochromatic Colors of #BC622B
Black with #BC622B
Text Example
Text Example
White with #BC622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC622B; }
p { color: rgb(188,98,43); }
H1.HeaderClassName
{
color: #BC622B;
}
.AnyTagClassName
{
color: #BC622B;
}
</style>
background-color css
<style>
a { background-color: #BC622B; }
a { background-color: rgb(188,98,43); }
div.DivClassName
{
background-color: #BC622B;
}
.BgClassName
{
background-color: #BC622B;
}
</style>
border-color css
<style>
span { border-color: #BC622B; }
span { border-color: rgb(188,98,43); }
td.TdClassName
{
border-color: #BC622B;
}
.TagClassName
{
border-color: #BC622B;
}
</style>