Shades of Christine #BC5F2D
Tints of Christine #BC5F2D
RGB
CMYK
RGB Variations
Color information
#BC5F2D (or 0xBC5F2D) is known color: Christine. HEX triplet: BC, 5F and 2D. RGB value is (188,95,45). Sum of RGB (Red+Green+Blue) = 188+95+45=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5F2D is #43A0D2. Grayscale: #757575. Windows color (decimal): -4432083 or 2973628. OLE color: 2973628.
HSL color Cylindrical-coordinate representation of color #BC5F2D: hue angle of 20.98º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC5F2D is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 45 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.26 |
| HSL | 20.98º | 0.61% | 0.46% | - |
| HSV(B) | 20.98º | 0.76% | 0.74% | - |
| XYZ | 25.3 | 19.07 | 4.83 | - |
| YUV | 117.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 45 | 0 | 0.49 | 0.76 | 0.26 | 20.98 | 0.61 | 0.46 |
| Hex | BC | 5F | 2D | 0 | 31 | 4C | 1A | 15 | 3D | 2E |
| Octal | 274 | 137 | 55 | 0 | 61 | 114 | 32 | 25 | 75 | 56 |
| Binary | 10111100 | 1011111 | 101101 | 0 | 110001 | 1001100 | 11010 | 10101 | 111101 | 101110 |
Color Harmonies of #BC5F2D
Complementary color
Monochromatic Colors of #BC5F2D
Black with #BC5F2D
Text Example
Text Example
White with #BC5F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5F2D; }
p { color: rgb(188,95,45); }
H1.HeaderClassName
{
color: #BC5F2D;
}
.AnyTagClassName
{
color: #BC5F2D;
}
</style>
background-color css
<style>
a { background-color: #BC5F2D; }
a { background-color: rgb(188,95,45); }
div.DivClassName
{
background-color: #BC5F2D;
}
.BgClassName
{
background-color: #BC5F2D;
}
</style>
border-color css
<style>
span { border-color: #BC5F2D; }
span { border-color: rgb(188,95,45); }
td.TdClassName
{
border-color: #BC5F2D;
}
.TagClassName
{
border-color: #BC5F2D;
}
</style>