Shades of Christine #BC682D
Tints of Christine #BC682D
RGB
CMYK
RGB Variations
Color information
#BC682D (or 0xBC682D) is known color: Christine. HEX triplet: BC, 68 and 2D. RGB value is (188,104,45). Sum of RGB (Red+Green+Blue) = 188+104+45=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC682D is #4397D2. Grayscale: #7A7A7A. Windows color (decimal): -4429779 or 2975932. OLE color: 2975932.
HSL color Cylindrical-coordinate representation of color #BC682D: hue angle of 24.76º 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 #BC682D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 45 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.26 |
| HSL | 24.76º | 0.61% | 0.46% | - |
| HSV(B) | 24.76º | 0.76% | 0.74% | - |
| XYZ | 26.16 | 20.78 | 5.11 | - |
| YUV | 122.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 45 | 0 | 0.45 | 0.76 | 0.26 | 24.76 | 0.61 | 0.46 |
| Hex | BC | 68 | 2D | 0 | 2D | 4C | 1A | 19 | 3D | 2E |
| Octal | 274 | 150 | 55 | 0 | 55 | 114 | 32 | 31 | 75 | 56 |
| Binary | 10111100 | 1101000 | 101101 | 0 | 101101 | 1001100 | 11010 | 11001 | 111101 | 101110 |
Color Harmonies of #BC682D
Complementary color
Monochromatic Colors of #BC682D
Black with #BC682D
Text Example
Text Example
White with #BC682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC682D; }
p { color: rgb(188,104,45); }
H1.HeaderClassName
{
color: #BC682D;
}
.AnyTagClassName
{
color: #BC682D;
}
</style>
background-color css
<style>
a { background-color: #BC682D; }
a { background-color: rgb(188,104,45); }
div.DivClassName
{
background-color: #BC682D;
}
.BgClassName
{
background-color: #BC682D;
}
</style>
border-color css
<style>
span { border-color: #BC682D; }
span { border-color: rgb(188,104,45); }
td.TdClassName
{
border-color: #BC682D;
}
.TagClassName
{
border-color: #BC682D;
}
</style>