Shades of Christine #BC681F
Tints of Christine #BC681F
RGB
CMYK
RGB Variations
Color information
#BC681F (or 0xBC681F) is known color: Christine. HEX triplet: BC, 68 and 1F. RGB value is (188,104,31). Sum of RGB (Red+Green+Blue) = 188+104+31=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC681F is #4397E0. Grayscale: #797979. Windows color (decimal): -4429793 or 2058428. OLE color: 2058428.
HSL color Cylindrical-coordinate representation of color #BC681F: hue angle of 27.9º 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 #BC681F is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 31 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.26 |
| HSL | 27.9º | 0.72% | 0.43% | - |
| HSV(B) | 27.9º | 0.84% | 0.74% | - |
| XYZ | 25.94 | 20.69 | 3.92 | - |
| YUV | 120.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 31 | 0 | 0.45 | 0.84 | 0.26 | 27.9 | 0.72 | 0.43 |
| Hex | BC | 68 | 1F | 0 | 2D | 54 | 1A | 1C | 48 | 2B |
| Octal | 274 | 150 | 37 | 0 | 55 | 124 | 32 | 34 | 110 | 53 |
| Binary | 10111100 | 1101000 | 11111 | 0 | 101101 | 1010100 | 11010 | 11100 | 1001000 | 101011 |
Color Harmonies of #BC681F
Complementary color
Monochromatic Colors of #BC681F
Black with #BC681F
Text Example
Text Example
White with #BC681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC681F; }
p { color: rgb(188,104,31); }
H1.HeaderClassName
{
color: #BC681F;
}
.AnyTagClassName
{
color: #BC681F;
}
</style>
background-color css
<style>
a { background-color: #BC681F; }
a { background-color: rgb(188,104,31); }
div.DivClassName
{
background-color: #BC681F;
}
.BgClassName
{
background-color: #BC681F;
}
</style>
border-color css
<style>
span { border-color: #BC681F; }
span { border-color: rgb(188,104,31); }
td.TdClassName
{
border-color: #BC681F;
}
.TagClassName
{
border-color: #BC681F;
}
</style>