Shades of Christine #BC621D
Tints of Christine #BC621D
RGB
CMYK
RGB Variations
Color information
#BC621D (or 0xBC621D) is known color: Christine. HEX triplet: BC, 62 and 1D. RGB value is (188,98,29). Sum of RGB (Red+Green+Blue) = 188+98+29=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC621D is #439DE2. Grayscale: #757575. Windows color (decimal): -4431331 or 1925820. OLE color: 1925820.
HSL color Cylindrical-coordinate representation of color #BC621D: hue angle of 26.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC621D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 29 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.26 |
| HSL | 26.04º | 0.73% | 0.43% | - |
| HSV(B) | 26.04º | 0.85% | 0.74% | - |
| XYZ | 25.33 | 19.52 | 3.59 | - |
| YUV | 117.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 29 | 0 | 0.48 | 0.85 | 0.26 | 26.04 | 0.73 | 0.43 |
| Hex | BC | 62 | 1D | 0 | 30 | 55 | 1A | 1A | 49 | 2B |
| Octal | 274 | 142 | 35 | 0 | 60 | 125 | 32 | 32 | 111 | 53 |
| Binary | 10111100 | 1100010 | 11101 | 0 | 110000 | 1010101 | 11010 | 11010 | 1001001 | 101011 |
Color Harmonies of #BC621D
Complementary color
Monochromatic Colors of #BC621D
Black with #BC621D
Text Example
Text Example
White with #BC621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC621D; }
p { color: rgb(188,98,29); }
H1.HeaderClassName
{
color: #BC621D;
}
.AnyTagClassName
{
color: #BC621D;
}
</style>
background-color css
<style>
a { background-color: #BC621D; }
a { background-color: rgb(188,98,29); }
div.DivClassName
{
background-color: #BC621D;
}
.BgClassName
{
background-color: #BC621D;
}
</style>
border-color css
<style>
span { border-color: #BC621D; }
span { border-color: rgb(188,98,29); }
td.TdClassName
{
border-color: #BC621D;
}
.TagClassName
{
border-color: #BC621D;
}
</style>