Shades of Christine #BC671F
Tints of Christine #BC671F
RGB
CMYK
RGB Variations
Color information
#BC671F (or 0xBC671F) is known color: Christine. HEX triplet: BC, 67 and 1F. RGB value is (188,103,31). Sum of RGB (Red+Green+Blue) = 188+103+31=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC671F is #4398E0. Grayscale: #787878. Windows color (decimal): -4430049 or 2058172. OLE color: 2058172.
HSL color Cylindrical-coordinate representation of color #BC671F: hue angle of 27.52º 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 #BC671F is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 31 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.26 |
| HSL | 27.52º | 0.72% | 0.43% | - |
| HSV(B) | 27.52º | 0.84% | 0.74% | - |
| XYZ | 25.84 | 20.49 | 3.89 | - |
| YUV | 120.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 31 | 0 | 0.45 | 0.84 | 0.26 | 27.52 | 0.72 | 0.43 |
| Hex | BC | 67 | 1F | 0 | 2D | 54 | 1A | 1C | 48 | 2B |
| Octal | 274 | 147 | 37 | 0 | 55 | 124 | 32 | 34 | 110 | 53 |
| Binary | 10111100 | 1100111 | 11111 | 0 | 101101 | 1010100 | 11010 | 11100 | 1001000 | 101011 |
Color Harmonies of #BC671F
Complementary color
Monochromatic Colors of #BC671F
Black with #BC671F
Text Example
Text Example
White with #BC671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC671F; }
p { color: rgb(188,103,31); }
H1.HeaderClassName
{
color: #BC671F;
}
.AnyTagClassName
{
color: #BC671F;
}
</style>
background-color css
<style>
a { background-color: #BC671F; }
a { background-color: rgb(188,103,31); }
div.DivClassName
{
background-color: #BC671F;
}
.BgClassName
{
background-color: #BC671F;
}
</style>
border-color css
<style>
span { border-color: #BC671F; }
span { border-color: rgb(188,103,31); }
td.TdClassName
{
border-color: #BC671F;
}
.TagClassName
{
border-color: #BC671F;
}
</style>