Shades of Christine #BC6B28
Tints of Christine #BC6B28
RGB
CMYK
RGB Variations
Color information
#BC6B28 (or 0xBC6B28) is known color: Christine. HEX triplet: BC, 6B and 28. RGB value is (188,107,40). Sum of RGB (Red+Green+Blue) = 188+107+40=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B28 is #4394D7. Grayscale: #7B7B7B. Windows color (decimal): -4429016 or 2649020. OLE color: 2649020.
HSL color Cylindrical-coordinate representation of color #BC6B28: hue angle of 27.16º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC6B28 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 40 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.26 |
| HSL | 27.16º | 0.65% | 0.45% | - |
| HSV(B) | 27.16º | 0.79% | 0.74% | - |
| XYZ | 26.38 | 21.36 | 4.74 | - |
| YUV | 123.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 40 | 0 | 0.43 | 0.79 | 0.26 | 27.16 | 0.65 | 0.45 |
| Hex | BC | 6B | 28 | 0 | 2B | 4F | 1A | 1B | 41 | 2D |
| Octal | 274 | 153 | 50 | 0 | 53 | 117 | 32 | 33 | 101 | 55 |
| Binary | 10111100 | 1101011 | 101000 | 0 | 101011 | 1001111 | 11010 | 11011 | 1000001 | 101101 |
Color Harmonies of #BC6B28
Complementary color
Monochromatic Colors of #BC6B28
Black with #BC6B28
Text Example
Text Example
White with #BC6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B28; }
p { color: rgb(188,107,40); }
H1.HeaderClassName
{
color: #BC6B28;
}
.AnyTagClassName
{
color: #BC6B28;
}
</style>
background-color css
<style>
a { background-color: #BC6B28; }
a { background-color: rgb(188,107,40); }
div.DivClassName
{
background-color: #BC6B28;
}
.BgClassName
{
background-color: #BC6B28;
}
</style>
border-color css
<style>
span { border-color: #BC6B28; }
span { border-color: rgb(188,107,40); }
td.TdClassName
{
border-color: #BC6B28;
}
.TagClassName
{
border-color: #BC6B28;
}
</style>