Shades of Christine #BC622D
Tints of Christine #BC622D
RGB
CMYK
RGB Variations
Color information
#BC622D (or 0xBC622D) is known color: Christine. HEX triplet: BC, 62 and 2D. RGB value is (188,98,45). Sum of RGB (Red+Green+Blue) = 188+98+45=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC622D is #439DD2. Grayscale: #777777. Windows color (decimal): -4431315 or 2974396. OLE color: 2974396.
HSL color Cylindrical-coordinate representation of color #BC622D: hue angle of 22.24º 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 #BC622D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 45 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.26 |
| HSL | 22.24º | 0.61% | 0.46% | - |
| HSV(B) | 22.24º | 0.76% | 0.74% | - |
| XYZ | 25.58 | 19.62 | 4.92 | - |
| YUV | 118.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 45 | 0 | 0.48 | 0.76 | 0.26 | 22.24 | 0.61 | 0.46 |
| Hex | BC | 62 | 2D | 0 | 30 | 4C | 1A | 16 | 3D | 2E |
| Octal | 274 | 142 | 55 | 0 | 60 | 114 | 32 | 26 | 75 | 56 |
| Binary | 10111100 | 1100010 | 101101 | 0 | 110000 | 1001100 | 11010 | 10110 | 111101 | 101110 |
Color Harmonies of #BC622D
Complementary color
Monochromatic Colors of #BC622D
Black with #BC622D
Text Example
Text Example
White with #BC622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC622D; }
p { color: rgb(188,98,45); }
H1.HeaderClassName
{
color: #BC622D;
}
.AnyTagClassName
{
color: #BC622D;
}
</style>
background-color css
<style>
a { background-color: #BC622D; }
a { background-color: rgb(188,98,45); }
div.DivClassName
{
background-color: #BC622D;
}
.BgClassName
{
background-color: #BC622D;
}
</style>
border-color css
<style>
span { border-color: #BC622D; }
span { border-color: rgb(188,98,45); }
td.TdClassName
{
border-color: #BC622D;
}
.TagClassName
{
border-color: #BC622D;
}
</style>