Shades of Christine #BC6936
Tints of Christine #BC6936
RGB
CMYK
RGB Variations
Color information
#BC6936 (or 0xBC6936) is known color: Christine. HEX triplet: BC, 69 and 36. RGB value is (188,105,54). Sum of RGB (Red+Green+Blue) = 188+105+54=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6936 is #4396C9. Grayscale: #7C7C7C. Windows color (decimal): -4429514 or 3566012. OLE color: 3566012.
HSL color Cylindrical-coordinate representation of color #BC6936: hue angle of 22.84º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC6936 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 54 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.26 |
| HSL | 22.84º | 0.55% | 0.47% | - |
| HSV(B) | 22.84º | 0.71% | 0.74% | - |
| XYZ | 26.46 | 21.06 | 6.16 | - |
| YUV | 124 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 54 | 0 | 0.44 | 0.71 | 0.26 | 22.84 | 0.55 | 0.47 |
| Hex | BC | 69 | 36 | 0 | 2C | 47 | 1A | 17 | 37 | 2F |
| Octal | 274 | 151 | 66 | 0 | 54 | 107 | 32 | 27 | 67 | 57 |
| Binary | 10111100 | 1101001 | 110110 | 0 | 101100 | 1000111 | 11010 | 10111 | 110111 | 101111 |
Color Harmonies of #BC6936
Complementary color
Monochromatic Colors of #BC6936
Black with #BC6936
Text Example
Text Example
White with #BC6936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6936; }
p { color: rgb(188,105,54); }
H1.HeaderClassName
{
color: #BC6936;
}
.AnyTagClassName
{
color: #BC6936;
}
</style>
background-color css
<style>
a { background-color: #BC6936; }
a { background-color: rgb(188,105,54); }
div.DivClassName
{
background-color: #BC6936;
}
.BgClassName
{
background-color: #BC6936;
}
</style>
border-color css
<style>
span { border-color: #BC6936; }
span { border-color: rgb(188,105,54); }
td.TdClassName
{
border-color: #BC6936;
}
.TagClassName
{
border-color: #BC6936;
}
</style>