Shades of Christine #BA672B
Tints of Christine #BA672B
RGB
CMYK
RGB Variations
Color information
#BA672B (or 0xBA672B) is known color: Christine. HEX triplet: BA, 67 and 2B. RGB value is (186,103,43). Sum of RGB (Red+Green+Blue) = 186+103+43=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA672B is #4598D4. Grayscale: #797979. Windows color (decimal): -4561109 or 2844602. OLE color: 2844602.
HSL color Cylindrical-coordinate representation of color #BA672B: hue angle of 25.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA672B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 43 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.27 |
| HSL | 25.17º | 0.62% | 0.45% | - |
| HSV(B) | 25.17º | 0.77% | 0.73% | - |
| XYZ | 25.54 | 20.31 | 4.86 | - |
| YUV | 120.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 43 | 0 | 0.45 | 0.77 | 0.27 | 25.17 | 0.62 | 0.45 |
| Hex | BA | 67 | 2B | 0 | 2D | 4D | 1B | 19 | 3E | 2D |
| Octal | 272 | 147 | 53 | 0 | 55 | 115 | 33 | 31 | 76 | 55 |
| Binary | 10111010 | 1100111 | 101011 | 0 | 101101 | 1001101 | 11011 | 11001 | 111110 | 101101 |
Color Harmonies of #BA672B
Complementary color
Monochromatic Colors of #BA672B
Black with #BA672B
Text Example
Text Example
White with #BA672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA672B; }
p { color: rgb(186,103,43); }
H1.HeaderClassName
{
color: #BA672B;
}
.AnyTagClassName
{
color: #BA672B;
}
</style>
background-color css
<style>
a { background-color: #BA672B; }
a { background-color: rgb(186,103,43); }
div.DivClassName
{
background-color: #BA672B;
}
.BgClassName
{
background-color: #BA672B;
}
</style>
border-color css
<style>
span { border-color: #BA672B; }
span { border-color: rgb(186,103,43); }
td.TdClassName
{
border-color: #BA672B;
}
.TagClassName
{
border-color: #BA672B;
}
</style>