Shades of Christine #BC6828
Tints of Christine #BC6828
RGB
CMYK
RGB Variations
Color information
#BC6828 (or 0xBC6828) is known color: Christine. HEX triplet: BC, 68 and 28. RGB value is (188,104,40). Sum of RGB (Red+Green+Blue) = 188+104+40=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6828 is #4397D7. Grayscale: #7A7A7A. Windows color (decimal): -4429784 or 2648252. OLE color: 2648252.
HSL color Cylindrical-coordinate representation of color #BC6828: hue angle of 25.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC6828 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 40 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.26 |
| HSL | 25.95º | 0.65% | 0.45% | - |
| HSV(B) | 25.95º | 0.79% | 0.74% | - |
| XYZ | 26.07 | 20.75 | 4.64 | - |
| YUV | 121.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 40 | 0 | 0.45 | 0.79 | 0.26 | 25.95 | 0.65 | 0.45 |
| Hex | BC | 68 | 28 | 0 | 2D | 4F | 1A | 1A | 41 | 2D |
| Octal | 274 | 150 | 50 | 0 | 55 | 117 | 32 | 32 | 101 | 55 |
| Binary | 10111100 | 1101000 | 101000 | 0 | 101101 | 1001111 | 11010 | 11010 | 1000001 | 101101 |
Color Harmonies of #BC6828
Complementary color
Monochromatic Colors of #BC6828
Black with #BC6828
Text Example
Text Example
White with #BC6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6828; }
p { color: rgb(188,104,40); }
H1.HeaderClassName
{
color: #BC6828;
}
.AnyTagClassName
{
color: #BC6828;
}
</style>
background-color css
<style>
a { background-color: #BC6828; }
a { background-color: rgb(188,104,40); }
div.DivClassName
{
background-color: #BC6828;
}
.BgClassName
{
background-color: #BC6828;
}
</style>
border-color css
<style>
span { border-color: #BC6828; }
span { border-color: rgb(188,104,40); }
td.TdClassName
{
border-color: #BC6828;
}
.TagClassName
{
border-color: #BC6828;
}
</style>