Shades of Christine #BC6119
Tints of Christine #BC6119
RGB
CMYK
RGB Variations
Color information
#BC6119 (or 0xBC6119) is known color: Christine. HEX triplet: BC, 61 and 19. RGB value is (188,97,25). Sum of RGB (Red+Green+Blue) = 188+97+25=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6119 is #439EE6. Grayscale: #747474. Windows color (decimal): -4431591 or 1663420. OLE color: 1663420.
HSL color Cylindrical-coordinate representation of color #BC6119: hue angle of 26.5º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC6119 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 25 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.26 |
| HSL | 26.5º | 0.77% | 0.42% | - |
| HSV(B) | 26.5º | 0.87% | 0.74% | - |
| XYZ | 25.19 | 19.31 | 3.32 | - |
| YUV | 116 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 25 | 0 | 0.48 | 0.87 | 0.26 | 26.5 | 0.77 | 0.42 |
| Hex | BC | 61 | 19 | 0 | 30 | 57 | 1A | 1B | 4D | 2A |
| Octal | 274 | 141 | 31 | 0 | 60 | 127 | 32 | 33 | 115 | 52 |
| Binary | 10111100 | 1100001 | 11001 | 0 | 110000 | 1010111 | 11010 | 11011 | 1001101 | 101010 |
Color Harmonies of #BC6119
Complementary color
Monochromatic Colors of #BC6119
Black with #BC6119
Text Example
Text Example
White with #BC6119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6119; }
p { color: rgb(188,97,25); }
H1.HeaderClassName
{
color: #BC6119;
}
.AnyTagClassName
{
color: #BC6119;
}
</style>
background-color css
<style>
a { background-color: #BC6119; }
a { background-color: rgb(188,97,25); }
div.DivClassName
{
background-color: #BC6119;
}
.BgClassName
{
background-color: #BC6119;
}
</style>
border-color css
<style>
span { border-color: #BC6119; }
span { border-color: rgb(188,97,25); }
td.TdClassName
{
border-color: #BC6119;
}
.TagClassName
{
border-color: #BC6119;
}
</style>