Shades of Christine #BC691F
Tints of Christine #BC691F
RGB
CMYK
RGB Variations
Color information
#BC691F (or 0xBC691F) is known color: Christine. HEX triplet: BC, 69 and 1F. RGB value is (188,105,31). Sum of RGB (Red+Green+Blue) = 188+105+31=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC691F is #4396E0. Grayscale: #797979. Windows color (decimal): -4429537 or 2058684. OLE color: 2058684.
HSL color Cylindrical-coordinate representation of color #BC691F: hue angle of 28.28º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC691F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 31 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.26 |
| HSL | 28.28º | 0.72% | 0.43% | - |
| HSV(B) | 28.28º | 0.84% | 0.74% | - |
| XYZ | 26.04 | 20.89 | 3.96 | - |
| YUV | 121.38 | 77 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 31 | 0 | 0.44 | 0.84 | 0.26 | 28.28 | 0.72 | 0.43 |
| Hex | BC | 69 | 1F | 0 | 2C | 54 | 1A | 1C | 48 | 2B |
| Octal | 274 | 151 | 37 | 0 | 54 | 124 | 32 | 34 | 110 | 53 |
| Binary | 10111100 | 1101001 | 11111 | 0 | 101100 | 1010100 | 11010 | 11100 | 1001000 | 101011 |
Color Harmonies of #BC691F
Complementary color
Monochromatic Colors of #BC691F
Black with #BC691F
Text Example
Text Example
White with #BC691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC691F; }
p { color: rgb(188,105,31); }
H1.HeaderClassName
{
color: #BC691F;
}
.AnyTagClassName
{
color: #BC691F;
}
</style>
background-color css
<style>
a { background-color: #BC691F; }
a { background-color: rgb(188,105,31); }
div.DivClassName
{
background-color: #BC691F;
}
.BgClassName
{
background-color: #BC691F;
}
</style>
border-color css
<style>
span { border-color: #BC691F; }
span { border-color: rgb(188,105,31); }
td.TdClassName
{
border-color: #BC691F;
}
.TagClassName
{
border-color: #BC691F;
}
</style>