Shades of Christine #BC6B2B
Tints of Christine #BC6B2B
RGB
CMYK
RGB Variations
Color information
#BC6B2B (or 0xBC6B2B) is known color: Christine. HEX triplet: BC, 6B and 2B. RGB value is (188,107,43). Sum of RGB (Red+Green+Blue) = 188+107+43=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B2B is #4394D4. Grayscale: #7C7C7C. Windows color (decimal): -4429013 or 2845628. OLE color: 2845628.
HSL color Cylindrical-coordinate representation of color #BC6B2B: hue angle of 26.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC6B2B is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 43 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.26 |
| HSL | 26.48º | 0.63% | 0.45% | - |
| HSV(B) | 26.48º | 0.77% | 0.74% | - |
| XYZ | 26.43 | 21.38 | 5.02 | - |
| YUV | 123.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 43 | 0 | 0.43 | 0.77 | 0.26 | 26.48 | 0.63 | 0.45 |
| Hex | BC | 6B | 2B | 0 | 2B | 4D | 1A | 1A | 3F | 2D |
| Octal | 274 | 153 | 53 | 0 | 53 | 115 | 32 | 32 | 77 | 55 |
| Binary | 10111100 | 1101011 | 101011 | 0 | 101011 | 1001101 | 11010 | 11010 | 111111 | 101101 |
Color Harmonies of #BC6B2B
Complementary color
Monochromatic Colors of #BC6B2B
Black with #BC6B2B
Text Example
Text Example
White with #BC6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B2B; }
p { color: rgb(188,107,43); }
H1.HeaderClassName
{
color: #BC6B2B;
}
.AnyTagClassName
{
color: #BC6B2B;
}
</style>
background-color css
<style>
a { background-color: #BC6B2B; }
a { background-color: rgb(188,107,43); }
div.DivClassName
{
background-color: #BC6B2B;
}
.BgClassName
{
background-color: #BC6B2B;
}
</style>
border-color css
<style>
span { border-color: #BC6B2B; }
span { border-color: rgb(188,107,43); }
td.TdClassName
{
border-color: #BC6B2B;
}
.TagClassName
{
border-color: #BC6B2B;
}
</style>