Shades of Christine #BC6320
Tints of Christine #BC6320
RGB
CMYK
RGB Variations
Color information
#BC6320 (or 0xBC6320) is known color: Christine. HEX triplet: BC, 63 and 20. RGB value is (188,99,32). Sum of RGB (Red+Green+Blue) = 188+99+32=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6320 is #439CDF. Grayscale: #767676. Windows color (decimal): -4431072 or 2122684. OLE color: 2122684.
HSL color Cylindrical-coordinate representation of color #BC6320: hue angle of 25.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC6320 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 32 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.26 |
| HSL | 25.77º | 0.71% | 0.43% | - |
| HSV(B) | 25.77º | 0.83% | 0.74% | - |
| XYZ | 25.46 | 19.72 | 3.83 | - |
| YUV | 117.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 32 | 0 | 0.47 | 0.83 | 0.26 | 25.77 | 0.71 | 0.43 |
| Hex | BC | 63 | 20 | 0 | 2F | 53 | 1A | 1A | 47 | 2B |
| Octal | 274 | 143 | 40 | 0 | 57 | 123 | 32 | 32 | 107 | 53 |
| Binary | 10111100 | 1100011 | 100000 | 0 | 101111 | 1010011 | 11010 | 11010 | 1000111 | 101011 |
Color Harmonies of #BC6320
Complementary color
Monochromatic Colors of #BC6320
Black with #BC6320
Text Example
Text Example
White with #BC6320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6320; }
p { color: rgb(188,99,32); }
H1.HeaderClassName
{
color: #BC6320;
}
.AnyTagClassName
{
color: #BC6320;
}
</style>
background-color css
<style>
a { background-color: #BC6320; }
a { background-color: rgb(188,99,32); }
div.DivClassName
{
background-color: #BC6320;
}
.BgClassName
{
background-color: #BC6320;
}
</style>
border-color css
<style>
span { border-color: #BC6320; }
span { border-color: rgb(188,99,32); }
td.TdClassName
{
border-color: #BC6320;
}
.TagClassName
{
border-color: #BC6320;
}
</style>