Shades of Christine #BC5E27
Tints of Christine #BC5E27
RGB
CMYK
RGB Variations
Color information
#BC5E27 (or 0xBC5E27) is known color: Christine. HEX triplet: BC, 5E and 27. RGB value is (188,94,39). Sum of RGB (Red+Green+Blue) = 188+94+39=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E27 is #43A1D8. Grayscale: #747474. Windows color (decimal): -4432345 or 2580156. OLE color: 2580156.
HSL color Cylindrical-coordinate representation of color #BC5E27: hue angle of 22.15º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC5E27 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 39 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.26 |
| HSL | 22.15º | 0.66% | 0.45% | - |
| HSV(B) | 22.15º | 0.79% | 0.74% | - |
| XYZ | 25.11 | 18.84 | 4.23 | - |
| YUV | 115.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 39 | 0 | 0.50 | 0.79 | 0.26 | 22.15 | 0.66 | 0.45 |
| Hex | BC | 5E | 27 | 0 | 32 | 4F | 1A | 16 | 42 | 2D |
| Octal | 274 | 136 | 47 | 0 | 62 | 117 | 32 | 26 | 102 | 55 |
| Binary | 10111100 | 1011110 | 100111 | 0 | 110010 | 1001111 | 11010 | 10110 | 1000010 | 101101 |
Color Harmonies of #BC5E27
Complementary color
Monochromatic Colors of #BC5E27
Black with #BC5E27
Text Example
Text Example
White with #BC5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E27; }
p { color: rgb(188,94,39); }
H1.HeaderClassName
{
color: #BC5E27;
}
.AnyTagClassName
{
color: #BC5E27;
}
</style>
background-color css
<style>
a { background-color: #BC5E27; }
a { background-color: rgb(188,94,39); }
div.DivClassName
{
background-color: #BC5E27;
}
.BgClassName
{
background-color: #BC5E27;
}
</style>
border-color css
<style>
span { border-color: #BC5E27; }
span { border-color: rgb(188,94,39); }
td.TdClassName
{
border-color: #BC5E27;
}
.TagClassName
{
border-color: #BC5E27;
}
</style>