Shades of Christine #BC6022
Tints of Christine #BC6022
RGB
CMYK
RGB Variations
Color information
#BC6022 (or 0xBC6022) is known color: Christine. HEX triplet: BC, 60 and 22. RGB value is (188,96,34). Sum of RGB (Red+Green+Blue) = 188+96+34=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6022 is #439FDD. Grayscale: #747474. Windows color (decimal): -4431838 or 2252988. OLE color: 2252988.
HSL color Cylindrical-coordinate representation of color #BC6022: hue angle of 24.16º 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 #BC6022 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 34 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.26 |
| HSL | 24.16º | 0.69% | 0.44% | - |
| HSV(B) | 24.16º | 0.82% | 0.74% | - |
| XYZ | 25.21 | 19.17 | 3.89 | - |
| YUV | 116.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 34 | 0 | 0.49 | 0.82 | 0.26 | 24.16 | 0.69 | 0.44 |
| Hex | BC | 60 | 22 | 0 | 31 | 52 | 1A | 18 | 45 | 2C |
| Octal | 274 | 140 | 42 | 0 | 61 | 122 | 32 | 30 | 105 | 54 |
| Binary | 10111100 | 1100000 | 100010 | 0 | 110001 | 1010010 | 11010 | 11000 | 1000101 | 101100 |
Color Harmonies of #BC6022
Complementary color
Monochromatic Colors of #BC6022
Black with #BC6022
Text Example
Text Example
White with #BC6022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6022; }
p { color: rgb(188,96,34); }
H1.HeaderClassName
{
color: #BC6022;
}
.AnyTagClassName
{
color: #BC6022;
}
</style>
background-color css
<style>
a { background-color: #BC6022; }
a { background-color: rgb(188,96,34); }
div.DivClassName
{
background-color: #BC6022;
}
.BgClassName
{
background-color: #BC6022;
}
</style>
border-color css
<style>
span { border-color: #BC6022; }
span { border-color: rgb(188,96,34); }
td.TdClassName
{
border-color: #BC6022;
}
.TagClassName
{
border-color: #BC6022;
}
</style>