Shades of Christine #BC6122
Tints of Christine #BC6122
RGB
CMYK
RGB Variations
Color information
#BC6122 (or 0xBC6122) is known color: Christine. HEX triplet: BC, 61 and 22. RGB value is (188,97,34). Sum of RGB (Red+Green+Blue) = 188+97+34=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6122 is #439EDD. Grayscale: #757575. Windows color (decimal): -4431582 or 2253244. OLE color: 2253244.
HSL color Cylindrical-coordinate representation of color #BC6122: hue angle of 24.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC6122 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 34 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.26 |
| HSL | 24.55º | 0.69% | 0.44% | - |
| HSV(B) | 24.55º | 0.82% | 0.74% | - |
| XYZ | 25.3 | 19.36 | 3.92 | - |
| YUV | 117.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 34 | 0 | 0.48 | 0.82 | 0.26 | 24.55 | 0.69 | 0.44 |
| Hex | BC | 61 | 22 | 0 | 30 | 52 | 1A | 19 | 45 | 2C |
| Octal | 274 | 141 | 42 | 0 | 60 | 122 | 32 | 31 | 105 | 54 |
| Binary | 10111100 | 1100001 | 100010 | 0 | 110000 | 1010010 | 11010 | 11001 | 1000101 | 101100 |
Color Harmonies of #BC6122
Complementary color
Monochromatic Colors of #BC6122
Black with #BC6122
Text Example
Text Example
White with #BC6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6122; }
p { color: rgb(188,97,34); }
H1.HeaderClassName
{
color: #BC6122;
}
.AnyTagClassName
{
color: #BC6122;
}
</style>
background-color css
<style>
a { background-color: #BC6122; }
a { background-color: rgb(188,97,34); }
div.DivClassName
{
background-color: #BC6122;
}
.BgClassName
{
background-color: #BC6122;
}
</style>
border-color css
<style>
span { border-color: #BC6122; }
span { border-color: rgb(188,97,34); }
td.TdClassName
{
border-color: #BC6122;
}
.TagClassName
{
border-color: #BC6122;
}
</style>