Shades of Christine #BC662D
Tints of Christine #BC662D
RGB
CMYK
RGB Variations
Color information
#BC662D (or 0xBC662D) is known color: Christine. HEX triplet: BC, 66 and 2D. RGB value is (188,102,45). Sum of RGB (Red+Green+Blue) = 188+102+45=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC662D is #4399D2. Grayscale: #797979. Windows color (decimal): -4430291 or 2975420. OLE color: 2975420.
HSL color Cylindrical-coordinate representation of color #BC662D: hue angle of 23.92º 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 #BC662D is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 45 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.26 |
| HSL | 23.92º | 0.61% | 0.46% | - |
| HSV(B) | 23.92º | 0.76% | 0.74% | - |
| XYZ | 25.96 | 20.38 | 5.05 | - |
| YUV | 121.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 45 | 0 | 0.46 | 0.76 | 0.26 | 23.92 | 0.61 | 0.46 |
| Hex | BC | 66 | 2D | 0 | 2E | 4C | 1A | 18 | 3D | 2E |
| Octal | 274 | 146 | 55 | 0 | 56 | 114 | 32 | 30 | 75 | 56 |
| Binary | 10111100 | 1100110 | 101101 | 0 | 101110 | 1001100 | 11010 | 11000 | 111101 | 101110 |
Color Harmonies of #BC662D
Complementary color
Monochromatic Colors of #BC662D
Black with #BC662D
Text Example
Text Example
White with #BC662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC662D; }
p { color: rgb(188,102,45); }
H1.HeaderClassName
{
color: #BC662D;
}
.AnyTagClassName
{
color: #BC662D;
}
</style>
background-color css
<style>
a { background-color: #BC662D; }
a { background-color: rgb(188,102,45); }
div.DivClassName
{
background-color: #BC662D;
}
.BgClassName
{
background-color: #BC662D;
}
</style>
border-color css
<style>
span { border-color: #BC662D; }
span { border-color: rgb(188,102,45); }
td.TdClassName
{
border-color: #BC662D;
}
.TagClassName
{
border-color: #BC662D;
}
</style>