Shades of Christine #BC6725
Tints of Christine #BC6725
RGB
CMYK
RGB Variations
Color information
#BC6725 (or 0xBC6725) is known color: Christine. HEX triplet: BC, 67 and 25. RGB value is (188,103,37). Sum of RGB (Red+Green+Blue) = 188+103+37=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6725 is #4398DA. Grayscale: #797979. Windows color (decimal): -4430043 or 2451388. OLE color: 2451388.
HSL color Cylindrical-coordinate representation of color #BC6725: hue angle of 26.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC6725 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 37 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.26 |
| HSL | 26.23º | 0.67% | 0.44% | - |
| HSV(B) | 26.23º | 0.8% | 0.74% | - |
| XYZ | 25.92 | 20.53 | 4.35 | - |
| YUV | 120.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 37 | 0 | 0.45 | 0.80 | 0.26 | 26.23 | 0.67 | 0.44 |
| Hex | BC | 67 | 25 | 0 | 2D | 50 | 1A | 1A | 43 | 2C |
| Octal | 274 | 147 | 45 | 0 | 55 | 120 | 32 | 32 | 103 | 54 |
| Binary | 10111100 | 1100111 | 100101 | 0 | 101101 | 1010000 | 11010 | 11010 | 1000011 | 101100 |
Color Harmonies of #BC6725
Complementary color
Monochromatic Colors of #BC6725
Black with #BC6725
Text Example
Text Example
White with #BC6725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6725; }
p { color: rgb(188,103,37); }
H1.HeaderClassName
{
color: #BC6725;
}
.AnyTagClassName
{
color: #BC6725;
}
</style>
background-color css
<style>
a { background-color: #BC6725; }
a { background-color: rgb(188,103,37); }
div.DivClassName
{
background-color: #BC6725;
}
.BgClassName
{
background-color: #BC6725;
}
</style>
border-color css
<style>
span { border-color: #BC6725; }
span { border-color: rgb(188,103,37); }
td.TdClassName
{
border-color: #BC6725;
}
.TagClassName
{
border-color: #BC6725;
}
</style>