Shades of Christine #BC6833
Tints of Christine #BC6833
RGB
CMYK
RGB Variations
Color information
#BC6833 (or 0xBC6833) is known color: Christine. HEX triplet: BC, 68 and 33. RGB value is (188,104,51). Sum of RGB (Red+Green+Blue) = 188+104+51=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6833 is #4397CC. Grayscale: #7B7B7B. Windows color (decimal): -4429773 or 3369148. OLE color: 3369148.
HSL color Cylindrical-coordinate representation of color #BC6833: hue angle of 23.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC6833 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 51 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.26 |
| HSL | 23.21º | 0.57% | 0.47% | - |
| HSV(B) | 23.21º | 0.73% | 0.74% | - |
| XYZ | 26.29 | 20.83 | 5.77 | - |
| YUV | 123.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 51 | 0 | 0.45 | 0.73 | 0.26 | 23.21 | 0.57 | 0.47 |
| Hex | BC | 68 | 33 | 0 | 2D | 49 | 1A | 17 | 39 | 2F |
| Octal | 274 | 150 | 63 | 0 | 55 | 111 | 32 | 27 | 71 | 57 |
| Binary | 10111100 | 1101000 | 110011 | 0 | 101101 | 1001001 | 11010 | 10111 | 111001 | 101111 |
Color Harmonies of #BC6833
Complementary color
Monochromatic Colors of #BC6833
Black with #BC6833
Text Example
Text Example
White with #BC6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6833; }
p { color: rgb(188,104,51); }
H1.HeaderClassName
{
color: #BC6833;
}
.AnyTagClassName
{
color: #BC6833;
}
</style>
background-color css
<style>
a { background-color: #BC6833; }
a { background-color: rgb(188,104,51); }
div.DivClassName
{
background-color: #BC6833;
}
.BgClassName
{
background-color: #BC6833;
}
</style>
border-color css
<style>
span { border-color: #BC6833; }
span { border-color: rgb(188,104,51); }
td.TdClassName
{
border-color: #BC6833;
}
.TagClassName
{
border-color: #BC6833;
}
</style>