Shades of Christine #BC6732
Tints of Christine #BC6732
RGB
CMYK
RGB Variations
Color information
#BC6732 (or 0xBC6732) is known color: Christine. HEX triplet: BC, 67 and 32. RGB value is (188,103,50). Sum of RGB (Red+Green+Blue) = 188+103+50=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6732 is #4398CD. Grayscale: #7A7A7A. Windows color (decimal): -4430030 or 3303356. OLE color: 3303356.
HSL color Cylindrical-coordinate representation of color #BC6732: hue angle of 23.04º degrees, saturation: 0.58, 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 #BC6732 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 50 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.26 |
| HSL | 23.04º | 0.58% | 0.47% | - |
| HSV(B) | 23.04º | 0.73% | 0.74% | - |
| XYZ | 26.17 | 20.62 | 5.62 | - |
| YUV | 122.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 50 | 0 | 0.45 | 0.73 | 0.26 | 23.04 | 0.58 | 0.47 |
| Hex | BC | 67 | 32 | 0 | 2D | 49 | 1A | 17 | 3A | 2F |
| Octal | 274 | 147 | 62 | 0 | 55 | 111 | 32 | 27 | 72 | 57 |
| Binary | 10111100 | 1100111 | 110010 | 0 | 101101 | 1001001 | 11010 | 10111 | 111010 | 101111 |
Color Harmonies of #BC6732
Complementary color
Monochromatic Colors of #BC6732
Black with #BC6732
Text Example
Text Example
White with #BC6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6732; }
p { color: rgb(188,103,50); }
H1.HeaderClassName
{
color: #BC6732;
}
.AnyTagClassName
{
color: #BC6732;
}
</style>
background-color css
<style>
a { background-color: #BC6732; }
a { background-color: rgb(188,103,50); }
div.DivClassName
{
background-color: #BC6732;
}
.BgClassName
{
background-color: #BC6732;
}
</style>
border-color css
<style>
span { border-color: #BC6732; }
span { border-color: rgb(188,103,50); }
td.TdClassName
{
border-color: #BC6732;
}
.TagClassName
{
border-color: #BC6732;
}
</style>