Shades of Christine #BC6724
Tints of Christine #BC6724
RGB
CMYK
RGB Variations
Color information
#BC6724 (or 0xBC6724) is known color: Christine. HEX triplet: BC, 67 and 24. RGB value is (188,103,36). Sum of RGB (Red+Green+Blue) = 188+103+36=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6724 is #4398DB. Grayscale: #797979. Windows color (decimal): -4430044 or 2385852. OLE color: 2385852.
HSL color Cylindrical-coordinate representation of color #BC6724: hue angle of 26.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC6724 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 36 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.26 |
| HSL | 26.45º | 0.68% | 0.44% | - |
| HSV(B) | 26.45º | 0.81% | 0.74% | - |
| XYZ | 25.91 | 20.52 | 4.26 | - |
| YUV | 120.78 | 80.16 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 36 | 0 | 0.45 | 0.81 | 0.26 | 26.45 | 0.68 | 0.44 |
| Hex | BC | 67 | 24 | 0 | 2D | 51 | 1A | 1A | 44 | 2C |
| Octal | 274 | 147 | 44 | 0 | 55 | 121 | 32 | 32 | 104 | 54 |
| Binary | 10111100 | 1100111 | 100100 | 0 | 101101 | 1010001 | 11010 | 11010 | 1000100 | 101100 |
Color Harmonies of #BC6724
Complementary color
Monochromatic Colors of #BC6724
Black with #BC6724
Text Example
Text Example
White with #BC6724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6724; }
p { color: rgb(188,103,36); }
H1.HeaderClassName
{
color: #BC6724;
}
.AnyTagClassName
{
color: #BC6724;
}
</style>
background-color css
<style>
a { background-color: #BC6724; }
a { background-color: rgb(188,103,36); }
div.DivClassName
{
background-color: #BC6724;
}
.BgClassName
{
background-color: #BC6724;
}
</style>
border-color css
<style>
span { border-color: #BC6724; }
span { border-color: rgb(188,103,36); }
td.TdClassName
{
border-color: #BC6724;
}
.TagClassName
{
border-color: #BC6724;
}
</style>