Shades of Christine #BC6935
Tints of Christine #BC6935
RGB
CMYK
RGB Variations
Color information
#BC6935 (or 0xBC6935) is known color: Christine. HEX triplet: BC, 69 and 35. RGB value is (188,105,53). Sum of RGB (Red+Green+Blue) = 188+105+53=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6935 is #4396CA. Grayscale: #7C7C7C. Windows color (decimal): -4429515 or 3500476. OLE color: 3500476.
HSL color Cylindrical-coordinate representation of color #BC6935: hue angle of 23.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC6935 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 53 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.26 |
| HSL | 23.11º | 0.56% | 0.47% | - |
| HSV(B) | 23.11º | 0.72% | 0.74% | - |
| XYZ | 26.43 | 21.05 | 6.04 | - |
| YUV | 123.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 53 | 0 | 0.44 | 0.72 | 0.26 | 23.11 | 0.56 | 0.47 |
| Hex | BC | 69 | 35 | 0 | 2C | 48 | 1A | 17 | 38 | 2F |
| Octal | 274 | 151 | 65 | 0 | 54 | 110 | 32 | 27 | 70 | 57 |
| Binary | 10111100 | 1101001 | 110101 | 0 | 101100 | 1001000 | 11010 | 10111 | 111000 | 101111 |
Color Harmonies of #BC6935
Complementary color
Monochromatic Colors of #BC6935
Black with #BC6935
Text Example
Text Example
White with #BC6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6935; }
p { color: rgb(188,105,53); }
H1.HeaderClassName
{
color: #BC6935;
}
.AnyTagClassName
{
color: #BC6935;
}
</style>
background-color css
<style>
a { background-color: #BC6935; }
a { background-color: rgb(188,105,53); }
div.DivClassName
{
background-color: #BC6935;
}
.BgClassName
{
background-color: #BC6935;
}
</style>
border-color css
<style>
span { border-color: #BC6935; }
span { border-color: rgb(188,105,53); }
td.TdClassName
{
border-color: #BC6935;
}
.TagClassName
{
border-color: #BC6935;
}
</style>