Shades of Christine #BC632E
Tints of Christine #BC632E
RGB
CMYK
RGB Variations
Color information
#BC632E (or 0xBC632E) is known color: Christine. HEX triplet: BC, 63 and 2E. RGB value is (188,99,46). Sum of RGB (Red+Green+Blue) = 188+99+46=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC632E is #439CD1. Grayscale: #777777. Windows color (decimal): -4431058 or 3040188. OLE color: 3040188.
HSL color Cylindrical-coordinate representation of color #BC632E: hue angle of 22.39º 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 #BC632E is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 46 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.26 |
| HSL | 22.39º | 0.61% | 0.46% | - |
| HSV(B) | 22.39º | 0.76% | 0.74% | - |
| XYZ | 25.69 | 19.81 | 5.05 | - |
| YUV | 119.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 46 | 0 | 0.47 | 0.76 | 0.26 | 22.39 | 0.61 | 0.46 |
| Hex | BC | 63 | 2E | 0 | 2F | 4C | 1A | 16 | 3D | 2E |
| Octal | 274 | 143 | 56 | 0 | 57 | 114 | 32 | 26 | 75 | 56 |
| Binary | 10111100 | 1100011 | 101110 | 0 | 101111 | 1001100 | 11010 | 10110 | 111101 | 101110 |
Color Harmonies of #BC632E
Complementary color
Monochromatic Colors of #BC632E
Black with #BC632E
Text Example
Text Example
White with #BC632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC632E; }
p { color: rgb(188,99,46); }
H1.HeaderClassName
{
color: #BC632E;
}
.AnyTagClassName
{
color: #BC632E;
}
</style>
background-color css
<style>
a { background-color: #BC632E; }
a { background-color: rgb(188,99,46); }
div.DivClassName
{
background-color: #BC632E;
}
.BgClassName
{
background-color: #BC632E;
}
</style>
border-color css
<style>
span { border-color: #BC632E; }
span { border-color: rgb(188,99,46); }
td.TdClassName
{
border-color: #BC632E;
}
.TagClassName
{
border-color: #BC632E;
}
</style>