Shades of Christine #BC5F20
Tints of Christine #BC5F20
RGB
CMYK
RGB Variations
Color information
#BC5F20 (or 0xBC5F20) is known color: Christine. HEX triplet: BC, 5F and 20. RGB value is (188,95,32). Sum of RGB (Red+Green+Blue) = 188+95+32=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F20 is #43A0DF. Grayscale: #737373. Windows color (decimal): -4432096 or 2121660. OLE color: 2121660.
HSL color Cylindrical-coordinate representation of color #BC5F20: hue angle of 24.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC5F20 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 32 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.26 |
| HSL | 24.23º | 0.71% | 0.43% | - |
| HSV(B) | 24.23º | 0.83% | 0.74% | - |
| XYZ | 25.09 | 18.98 | 3.71 | - |
| YUV | 115.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 32 | 0 | 0.49 | 0.83 | 0.26 | 24.23 | 0.71 | 0.43 |
| Hex | BC | 5F | 20 | 0 | 31 | 53 | 1A | 18 | 47 | 2B |
| Octal | 274 | 137 | 40 | 0 | 61 | 123 | 32 | 30 | 107 | 53 |
| Binary | 10111100 | 1011111 | 100000 | 0 | 110001 | 1010011 | 11010 | 11000 | 1000111 | 101011 |
Color Harmonies of #BC5F20
Complementary color
Monochromatic Colors of #BC5F20
Black with #BC5F20
Text Example
Text Example
White with #BC5F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5F20; }
p { color: rgb(188,95,32); }
H1.HeaderClassName
{
color: #BC5F20;
}
.AnyTagClassName
{
color: #BC5F20;
}
</style>
background-color css
<style>
a { background-color: #BC5F20; }
a { background-color: rgb(188,95,32); }
div.DivClassName
{
background-color: #BC5F20;
}
.BgClassName
{
background-color: #BC5F20;
}
</style>
border-color css
<style>
span { border-color: #BC5F20; }
span { border-color: rgb(188,95,32); }
td.TdClassName
{
border-color: #BC5F20;
}
.TagClassName
{
border-color: #BC5F20;
}
</style>