Shades of Christine #BC5E24
Tints of Christine #BC5E24
RGB
CMYK
RGB Variations
Color information
#BC5E24 (or 0xBC5E24) is known color: Christine. HEX triplet: BC, 5E and 24. RGB value is (188,94,36). Sum of RGB (Red+Green+Blue) = 188+94+36=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E24 is #43A1DB. Grayscale: #737373. Windows color (decimal): -4432348 or 2383548. OLE color: 2383548.
HSL color Cylindrical-coordinate representation of color #BC5E24: hue angle of 22.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC5E24 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 36 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.26 |
| HSL | 22.89º | 0.68% | 0.44% | - |
| HSV(B) | 22.89º | 0.81% | 0.74% | - |
| XYZ | 25.06 | 18.82 | 3.98 | - |
| YUV | 115.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 36 | 0 | 0.50 | 0.81 | 0.26 | 22.89 | 0.68 | 0.44 |
| Hex | BC | 5E | 24 | 0 | 32 | 51 | 1A | 17 | 44 | 2C |
| Octal | 274 | 136 | 44 | 0 | 62 | 121 | 32 | 27 | 104 | 54 |
| Binary | 10111100 | 1011110 | 100100 | 0 | 110010 | 1010001 | 11010 | 10111 | 1000100 | 101100 |
Color Harmonies of #BC5E24
Complementary color
Monochromatic Colors of #BC5E24
Black with #BC5E24
Text Example
Text Example
White with #BC5E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E24; }
p { color: rgb(188,94,36); }
H1.HeaderClassName
{
color: #BC5E24;
}
.AnyTagClassName
{
color: #BC5E24;
}
</style>
background-color css
<style>
a { background-color: #BC5E24; }
a { background-color: rgb(188,94,36); }
div.DivClassName
{
background-color: #BC5E24;
}
.BgClassName
{
background-color: #BC5E24;
}
</style>
border-color css
<style>
span { border-color: #BC5E24; }
span { border-color: rgb(188,94,36); }
td.TdClassName
{
border-color: #BC5E24;
}
.TagClassName
{
border-color: #BC5E24;
}
</style>