Shades of Christine #BC6529
Tints of Christine #BC6529
RGB
CMYK
RGB Variations
Color information
#BC6529 (or 0xBC6529) is known color: Christine. HEX triplet: BC, 65 and 29. RGB value is (188,101,41). Sum of RGB (Red+Green+Blue) = 188+101+41=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6529 is #439AD6. Grayscale: #787878. Windows color (decimal): -4430551 or 2713020. OLE color: 2713020.
HSL color Cylindrical-coordinate representation of color #BC6529: hue angle of 24.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC6529 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 41 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.26 |
| HSL | 24.49º | 0.64% | 0.45% | - |
| HSV(B) | 24.49º | 0.78% | 0.74% | - |
| XYZ | 25.79 | 20.16 | 4.63 | - |
| YUV | 120.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 41 | 0 | 0.46 | 0.78 | 0.26 | 24.49 | 0.64 | 0.45 |
| Hex | BC | 65 | 29 | 0 | 2E | 4E | 1A | 18 | 40 | 2D |
| Octal | 274 | 145 | 51 | 0 | 56 | 116 | 32 | 30 | 100 | 55 |
| Binary | 10111100 | 1100101 | 101001 | 0 | 101110 | 1001110 | 11010 | 11000 | 1000000 | 101101 |
Color Harmonies of #BC6529
Complementary color
Monochromatic Colors of #BC6529
Black with #BC6529
Text Example
Text Example
White with #BC6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6529; }
p { color: rgb(188,101,41); }
H1.HeaderClassName
{
color: #BC6529;
}
.AnyTagClassName
{
color: #BC6529;
}
</style>
background-color css
<style>
a { background-color: #BC6529; }
a { background-color: rgb(188,101,41); }
div.DivClassName
{
background-color: #BC6529;
}
.BgClassName
{
background-color: #BC6529;
}
</style>
border-color css
<style>
span { border-color: #BC6529; }
span { border-color: rgb(188,101,41); }
td.TdClassName
{
border-color: #BC6529;
}
.TagClassName
{
border-color: #BC6529;
}
</style>