Shades of Christine #BC6B29
Tints of Christine #BC6B29
RGB
CMYK
RGB Variations
Color information
#BC6B29 (or 0xBC6B29) is known color: Christine. HEX triplet: BC, 6B and 29. RGB value is (188,107,41). Sum of RGB (Red+Green+Blue) = 188+107+41=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B29 is #4394D6. Grayscale: #7C7C7C. Windows color (decimal): -4429015 or 2714556. OLE color: 2714556.
HSL color Cylindrical-coordinate representation of color #BC6B29: hue angle of 26.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC6B29 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 41 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.26 |
| HSL | 26.94º | 0.64% | 0.45% | - |
| HSV(B) | 26.94º | 0.78% | 0.74% | - |
| XYZ | 26.4 | 21.37 | 4.83 | - |
| YUV | 123.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 41 | 0 | 0.43 | 0.78 | 0.26 | 26.94 | 0.64 | 0.45 |
| Hex | BC | 6B | 29 | 0 | 2B | 4E | 1A | 1B | 40 | 2D |
| Octal | 274 | 153 | 51 | 0 | 53 | 116 | 32 | 33 | 100 | 55 |
| Binary | 10111100 | 1101011 | 101001 | 0 | 101011 | 1001110 | 11010 | 11011 | 1000000 | 101101 |
Color Harmonies of #BC6B29
Complementary color
Monochromatic Colors of #BC6B29
Black with #BC6B29
Text Example
Text Example
White with #BC6B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B29; }
p { color: rgb(188,107,41); }
H1.HeaderClassName
{
color: #BC6B29;
}
.AnyTagClassName
{
color: #BC6B29;
}
</style>
background-color css
<style>
a { background-color: #BC6B29; }
a { background-color: rgb(188,107,41); }
div.DivClassName
{
background-color: #BC6B29;
}
.BgClassName
{
background-color: #BC6B29;
}
</style>
border-color css
<style>
span { border-color: #BC6B29; }
span { border-color: rgb(188,107,41); }
td.TdClassName
{
border-color: #BC6B29;
}
.TagClassName
{
border-color: #BC6B29;
}
</style>