Shades of Christine #BC6837
Tints of Christine #BC6837
RGB
CMYK
RGB Variations
Color information
#BC6837 (or 0xBC6837) is known color: Christine. HEX triplet: BC, 68 and 37. RGB value is (188,104,55). Sum of RGB (Red+Green+Blue) = 188+104+55=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6837 is #4397C8. Grayscale: #7B7B7B. Windows color (decimal): -4429769 or 3631292. OLE color: 3631292.
HSL color Cylindrical-coordinate representation of color #BC6837: hue angle of 22.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC6837 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 55 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.26 |
| HSL | 22.11º | 0.55% | 0.48% | - |
| HSV(B) | 22.11º | 0.71% | 0.74% | - |
| XYZ | 26.38 | 20.87 | 6.25 | - |
| YUV | 123.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 55 | 0 | 0.45 | 0.71 | 0.26 | 22.11 | 0.55 | 0.48 |
| Hex | BC | 68 | 37 | 0 | 2D | 47 | 1A | 16 | 37 | 30 |
| Octal | 274 | 150 | 67 | 0 | 55 | 107 | 32 | 26 | 67 | 60 |
| Binary | 10111100 | 1101000 | 110111 | 0 | 101101 | 1000111 | 11010 | 10110 | 110111 | 110000 |
Color Harmonies of #BC6837
Complementary color
Monochromatic Colors of #BC6837
Black with #BC6837
Text Example
Text Example
White with #BC6837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6837; }
p { color: rgb(188,104,55); }
H1.HeaderClassName
{
color: #BC6837;
}
.AnyTagClassName
{
color: #BC6837;
}
</style>
background-color css
<style>
a { background-color: #BC6837; }
a { background-color: rgb(188,104,55); }
div.DivClassName
{
background-color: #BC6837;
}
.BgClassName
{
background-color: #BC6837;
}
</style>
border-color css
<style>
span { border-color: #BC6837; }
span { border-color: rgb(188,104,55); }
td.TdClassName
{
border-color: #BC6837;
}
.TagClassName
{
border-color: #BC6837;
}
</style>