Shades of Christine #BC672A
Tints of Christine #BC672A
RGB
CMYK
RGB Variations
Color information
#BC672A (or 0xBC672A) is known color: Christine. HEX triplet: BC, 67 and 2A. RGB value is (188,103,42). Sum of RGB (Red+Green+Blue) = 188+103+42=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC672A is #4398D5. Grayscale: #797979. Windows color (decimal): -4430038 or 2779068. OLE color: 2779068.
HSL color Cylindrical-coordinate representation of color #BC672A: hue angle of 25.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC672A is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 42 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.26 |
| HSL | 25.07º | 0.63% | 0.45% | - |
| HSV(B) | 25.07º | 0.78% | 0.74% | - |
| XYZ | 26.01 | 20.56 | 4.79 | - |
| YUV | 121.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 42 | 0 | 0.45 | 0.78 | 0.26 | 25.07 | 0.63 | 0.45 |
| Hex | BC | 67 | 2A | 0 | 2D | 4E | 1A | 19 | 3F | 2D |
| Octal | 274 | 147 | 52 | 0 | 55 | 116 | 32 | 31 | 77 | 55 |
| Binary | 10111100 | 1100111 | 101010 | 0 | 101101 | 1001110 | 11010 | 11001 | 111111 | 101101 |
Color Harmonies of #BC672A
Complementary color
Monochromatic Colors of #BC672A
Black with #BC672A
Text Example
Text Example
White with #BC672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC672A; }
p { color: rgb(188,103,42); }
H1.HeaderClassName
{
color: #BC672A;
}
.AnyTagClassName
{
color: #BC672A;
}
</style>
background-color css
<style>
a { background-color: #BC672A; }
a { background-color: rgb(188,103,42); }
div.DivClassName
{
background-color: #BC672A;
}
.BgClassName
{
background-color: #BC672A;
}
</style>
border-color css
<style>
span { border-color: #BC672A; }
span { border-color: rgb(188,103,42); }
td.TdClassName
{
border-color: #BC672A;
}
.TagClassName
{
border-color: #BC672A;
}
</style>