Shades of Christine #BC6330
Tints of Christine #BC6330
RGB
CMYK
RGB Variations
Color information
#BC6330 (or 0xBC6330) is known color: Christine. HEX triplet: BC, 63 and 30. RGB value is (188,99,48). Sum of RGB (Red+Green+Blue) = 188+99+48=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6330 is #439CCF. Grayscale: #787878. Windows color (decimal): -4431056 or 3171260. OLE color: 3171260.
HSL color Cylindrical-coordinate representation of color #BC6330: hue angle of 21.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC6330 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 48 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.26 |
| HSL | 21.86º | 0.59% | 0.46% | - |
| HSV(B) | 21.86º | 0.74% | 0.74% | - |
| XYZ | 25.73 | 19.83 | 5.27 | - |
| YUV | 119.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 48 | 0 | 0.47 | 0.74 | 0.26 | 21.86 | 0.59 | 0.46 |
| Hex | BC | 63 | 30 | 0 | 2F | 4A | 1A | 16 | 3B | 2E |
| Octal | 274 | 143 | 60 | 0 | 57 | 112 | 32 | 26 | 73 | 56 |
| Binary | 10111100 | 1100011 | 110000 | 0 | 101111 | 1001010 | 11010 | 10110 | 111011 | 101110 |
Color Harmonies of #BC6330
Complementary color
Monochromatic Colors of #BC6330
Black with #BC6330
Text Example
Text Example
White with #BC6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6330; }
p { color: rgb(188,99,48); }
H1.HeaderClassName
{
color: #BC6330;
}
.AnyTagClassName
{
color: #BC6330;
}
</style>
background-color css
<style>
a { background-color: #BC6330; }
a { background-color: rgb(188,99,48); }
div.DivClassName
{
background-color: #BC6330;
}
.BgClassName
{
background-color: #BC6330;
}
</style>
border-color css
<style>
span { border-color: #BC6330; }
span { border-color: rgb(188,99,48); }
td.TdClassName
{
border-color: #BC6330;
}
.TagClassName
{
border-color: #BC6330;
}
</style>