Shades of Christine #BC6C33
Tints of Christine #BC6C33
RGB
CMYK
RGB Variations
Color information
#BC6C33 (or 0xBC6C33) is known color: Christine. HEX triplet: BC, 6C and 33. RGB value is (188,108,51). Sum of RGB (Red+Green+Blue) = 188+108+51=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C33 is #4393CC. Grayscale: #7D7D7D. Windows color (decimal): -4428749 or 3370172. OLE color: 3370172.
HSL color Cylindrical-coordinate representation of color #BC6C33: hue angle of 24.96º 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 #BC6C33 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 51 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.26 |
| HSL | 24.96º | 0.57% | 0.47% | - |
| HSV(B) | 24.96º | 0.73% | 0.74% | - |
| XYZ | 26.7 | 21.66 | 5.9 | - |
| YUV | 125.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 51 | 0 | 0.43 | 0.73 | 0.26 | 24.96 | 0.57 | 0.47 |
| Hex | BC | 6C | 33 | 0 | 2B | 49 | 1A | 19 | 39 | 2F |
| Octal | 274 | 154 | 63 | 0 | 53 | 111 | 32 | 31 | 71 | 57 |
| Binary | 10111100 | 1101100 | 110011 | 0 | 101011 | 1001001 | 11010 | 11001 | 111001 | 101111 |
Color Harmonies of #BC6C33
Complementary color
Monochromatic Colors of #BC6C33
Black with #BC6C33
Text Example
Text Example
White with #BC6C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C33; }
p { color: rgb(188,108,51); }
H1.HeaderClassName
{
color: #BC6C33;
}
.AnyTagClassName
{
color: #BC6C33;
}
</style>
background-color css
<style>
a { background-color: #BC6C33; }
a { background-color: rgb(188,108,51); }
div.DivClassName
{
background-color: #BC6C33;
}
.BgClassName
{
background-color: #BC6C33;
}
</style>
border-color css
<style>
span { border-color: #BC6C33; }
span { border-color: rgb(188,108,51); }
td.TdClassName
{
border-color: #BC6C33;
}
.TagClassName
{
border-color: #BC6C33;
}
</style>