Shades of Christine #BC6B2D
Tints of Christine #BC6B2D
RGB
CMYK
RGB Variations
Color information
#BC6B2D (or 0xBC6B2D) is known color: Christine. HEX triplet: BC, 6B and 2D. RGB value is (188,107,45). Sum of RGB (Red+Green+Blue) = 188+107+45=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B2D is #4394D2. Grayscale: #7C7C7C. Windows color (decimal): -4429011 or 2976700. OLE color: 2976700.
HSL color Cylindrical-coordinate representation of color #BC6B2D: hue angle of 26.01º 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 #BC6B2D is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 45 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.26 |
| HSL | 26.01º | 0.61% | 0.46% | - |
| HSV(B) | 26.01º | 0.76% | 0.74% | - |
| XYZ | 26.47 | 21.4 | 5.22 | - |
| YUV | 124.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 45 | 0 | 0.43 | 0.76 | 0.26 | 26.01 | 0.61 | 0.46 |
| Hex | BC | 6B | 2D | 0 | 2B | 4C | 1A | 1A | 3D | 2E |
| Octal | 274 | 153 | 55 | 0 | 53 | 114 | 32 | 32 | 75 | 56 |
| Binary | 10111100 | 1101011 | 101101 | 0 | 101011 | 1001100 | 11010 | 11010 | 111101 | 101110 |
Color Harmonies of #BC6B2D
Complementary color
Monochromatic Colors of #BC6B2D
Black with #BC6B2D
Text Example
Text Example
White with #BC6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B2D; }
p { color: rgb(188,107,45); }
H1.HeaderClassName
{
color: #BC6B2D;
}
.AnyTagClassName
{
color: #BC6B2D;
}
</style>
background-color css
<style>
a { background-color: #BC6B2D; }
a { background-color: rgb(188,107,45); }
div.DivClassName
{
background-color: #BC6B2D;
}
.BgClassName
{
background-color: #BC6B2D;
}
</style>
border-color css
<style>
span { border-color: #BC6B2D; }
span { border-color: rgb(188,107,45); }
td.TdClassName
{
border-color: #BC6B2D;
}
.TagClassName
{
border-color: #BC6B2D;
}
</style>