Shades of Christine #BC6519
Tints of Christine #BC6519
RGB
CMYK
RGB Variations
Color information
#BC6519 (or 0xBC6519) is known color: Christine. HEX triplet: BC, 65 and 19. RGB value is (188,101,25). Sum of RGB (Red+Green+Blue) = 188+101+25=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6519 is #439AE6. Grayscale: #767676. Windows color (decimal): -4430567 or 1664444. OLE color: 1664444.
HSL color Cylindrical-coordinate representation of color #BC6519: hue angle of 27.98º 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 #BC6519 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.26 |
| HSL | 27.98º | 0.77% | 0.42% | - |
| HSV(B) | 27.98º | 0.87% | 0.74% | - |
| XYZ | 25.57 | 20.07 | 3.45 | - |
| YUV | 118.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 25 | 0 | 0.46 | 0.87 | 0.26 | 27.98 | 0.77 | 0.42 |
| Hex | BC | 65 | 19 | 0 | 2E | 57 | 1A | 1C | 4D | 2A |
| Octal | 274 | 145 | 31 | 0 | 56 | 127 | 32 | 34 | 115 | 52 |
| Binary | 10111100 | 1100101 | 11001 | 0 | 101110 | 1010111 | 11010 | 11100 | 1001101 | 101010 |
Color Harmonies of #BC6519
Complementary color
Monochromatic Colors of #BC6519
Black with #BC6519
Text Example
Text Example
White with #BC6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6519; }
p { color: rgb(188,101,25); }
H1.HeaderClassName
{
color: #BC6519;
}
.AnyTagClassName
{
color: #BC6519;
}
</style>
background-color css
<style>
a { background-color: #BC6519; }
a { background-color: rgb(188,101,25); }
div.DivClassName
{
background-color: #BC6519;
}
.BgClassName
{
background-color: #BC6519;
}
</style>
border-color css
<style>
span { border-color: #BC6519; }
span { border-color: rgb(188,101,25); }
td.TdClassName
{
border-color: #BC6519;
}
.TagClassName
{
border-color: #BC6519;
}
</style>