Shades of Christine #BC6533
Tints of Christine #BC6533
RGB
CMYK
RGB Variations
Color information
#BC6533 (or 0xBC6533) is known color: Christine. HEX triplet: BC, 65 and 33. RGB value is (188,101,51). Sum of RGB (Red+Green+Blue) = 188+101+51=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6533 is #439ACC. Grayscale: #797979. Windows color (decimal): -4430541 or 3368380. OLE color: 3368380.
HSL color Cylindrical-coordinate representation of color #BC6533: hue angle of 21.9º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC6533 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 51 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.26 |
| HSL | 21.9º | 0.57% | 0.47% | - |
| HSV(B) | 21.9º | 0.73% | 0.74% | - |
| XYZ | 25.99 | 20.24 | 5.67 | - |
| YUV | 121.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 51 | 0 | 0.46 | 0.73 | 0.26 | 21.9 | 0.57 | 0.47 |
| Hex | BC | 65 | 33 | 0 | 2E | 49 | 1A | 16 | 39 | 2F |
| Octal | 274 | 145 | 63 | 0 | 56 | 111 | 32 | 26 | 71 | 57 |
| Binary | 10111100 | 1100101 | 110011 | 0 | 101110 | 1001001 | 11010 | 10110 | 111001 | 101111 |
Color Harmonies of #BC6533
Complementary color
Monochromatic Colors of #BC6533
Black with #BC6533
Text Example
Text Example
White with #BC6533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6533; }
p { color: rgb(188,101,51); }
H1.HeaderClassName
{
color: #BC6533;
}
.AnyTagClassName
{
color: #BC6533;
}
</style>
background-color css
<style>
a { background-color: #BC6533; }
a { background-color: rgb(188,101,51); }
div.DivClassName
{
background-color: #BC6533;
}
.BgClassName
{
background-color: #BC6533;
}
</style>
border-color css
<style>
span { border-color: #BC6533; }
span { border-color: rgb(188,101,51); }
td.TdClassName
{
border-color: #BC6533;
}
.TagClassName
{
border-color: #BC6533;
}
</style>