Shades of Christine #BC6937
Tints of Christine #BC6937
RGB
CMYK
RGB Variations
Color information
#BC6937 (or 0xBC6937) is known color: Christine. HEX triplet: BC, 69 and 37. RGB value is (188,105,55). Sum of RGB (Red+Green+Blue) = 188+105+55=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6937 is #4396C8. Grayscale: #7C7C7C. Windows color (decimal): -4429513 or 3631548. OLE color: 3631548.
HSL color Cylindrical-coordinate representation of color #BC6937: hue angle of 22.56º 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 #BC6937 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 55 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.26 |
| HSL | 22.56º | 0.55% | 0.48% | - |
| HSV(B) | 22.56º | 0.71% | 0.74% | - |
| XYZ | 26.48 | 21.07 | 6.29 | - |
| YUV | 124.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 55 | 0 | 0.44 | 0.71 | 0.26 | 22.56 | 0.55 | 0.48 |
| Hex | BC | 69 | 37 | 0 | 2C | 47 | 1A | 17 | 37 | 30 |
| Octal | 274 | 151 | 67 | 0 | 54 | 107 | 32 | 27 | 67 | 60 |
| Binary | 10111100 | 1101001 | 110111 | 0 | 101100 | 1000111 | 11010 | 10111 | 110111 | 110000 |
Color Harmonies of #BC6937
Complementary color
Monochromatic Colors of #BC6937
Black with #BC6937
Text Example
Text Example
White with #BC6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6937; }
p { color: rgb(188,105,55); }
H1.HeaderClassName
{
color: #BC6937;
}
.AnyTagClassName
{
color: #BC6937;
}
</style>
background-color css
<style>
a { background-color: #BC6937; }
a { background-color: rgb(188,105,55); }
div.DivClassName
{
background-color: #BC6937;
}
.BgClassName
{
background-color: #BC6937;
}
</style>
border-color css
<style>
span { border-color: #BC6937; }
span { border-color: rgb(188,105,55); }
td.TdClassName
{
border-color: #BC6937;
}
.TagClassName
{
border-color: #BC6937;
}
</style>