Shades of Christine #BC6625
Tints of Christine #BC6625
RGB
CMYK
RGB Variations
Color information
#BC6625 (or 0xBC6625) is known color: Christine. HEX triplet: BC, 66 and 25. RGB value is (188,102,37). Sum of RGB (Red+Green+Blue) = 188+102+37=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6625 is #4399DA. Grayscale: #787878. Windows color (decimal): -4430299 or 2451132. OLE color: 2451132.
HSL color Cylindrical-coordinate representation of color #BC6625: hue angle of 25.83º 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 #BC6625 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 37 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.26 |
| HSL | 25.83º | 0.67% | 0.44% | - |
| HSV(B) | 25.83º | 0.8% | 0.74% | - |
| XYZ | 25.82 | 20.33 | 4.31 | - |
| YUV | 120.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 37 | 0 | 0.46 | 0.80 | 0.26 | 25.83 | 0.67 | 0.44 |
| Hex | BC | 66 | 25 | 0 | 2E | 50 | 1A | 1A | 43 | 2C |
| Octal | 274 | 146 | 45 | 0 | 56 | 120 | 32 | 32 | 103 | 54 |
| Binary | 10111100 | 1100110 | 100101 | 0 | 101110 | 1010000 | 11010 | 11010 | 1000011 | 101100 |
Color Harmonies of #BC6625
Complementary color
Monochromatic Colors of #BC6625
Black with #BC6625
Text Example
Text Example
White with #BC6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6625; }
p { color: rgb(188,102,37); }
H1.HeaderClassName
{
color: #BC6625;
}
.AnyTagClassName
{
color: #BC6625;
}
</style>
background-color css
<style>
a { background-color: #BC6625; }
a { background-color: rgb(188,102,37); }
div.DivClassName
{
background-color: #BC6625;
}
.BgClassName
{
background-color: #BC6625;
}
</style>
border-color css
<style>
span { border-color: #BC6625; }
span { border-color: rgb(188,102,37); }
td.TdClassName
{
border-color: #BC6625;
}
.TagClassName
{
border-color: #BC6625;
}
</style>