Shades of Christine #BA672A
Tints of Christine #BA672A
RGB
CMYK
RGB Variations
Color information
#BA672A (or 0xBA672A) is known color: Christine. HEX triplet: BA, 67 and 2A. RGB value is (186,103,42). Sum of RGB (Red+Green+Blue) = 186+103+42=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA672A is #4598D5. Grayscale: #797979. Windows color (decimal): -4561110 or 2779066. OLE color: 2779066.
HSL color Cylindrical-coordinate representation of color #BA672A: hue angle of 25.42º degrees, saturation: 0.63, 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 #BA672A is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 42 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.27 |
| HSL | 25.42º | 0.63% | 0.45% | - |
| HSV(B) | 25.42º | 0.77% | 0.73% | - |
| XYZ | 25.52 | 20.31 | 4.77 | - |
| YUV | 120.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 42 | 0 | 0.45 | 0.77 | 0.27 | 25.42 | 0.63 | 0.45 |
| Hex | BA | 67 | 2A | 0 | 2D | 4D | 1B | 19 | 3F | 2D |
| Octal | 272 | 147 | 52 | 0 | 55 | 115 | 33 | 31 | 77 | 55 |
| Binary | 10111010 | 1100111 | 101010 | 0 | 101101 | 1001101 | 11011 | 11001 | 111111 | 101101 |
Color Harmonies of #BA672A
Complementary color
Monochromatic Colors of #BA672A
Black with #BA672A
Text Example
Text Example
White with #BA672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA672A; }
p { color: rgb(186,103,42); }
H1.HeaderClassName
{
color: #BA672A;
}
.AnyTagClassName
{
color: #BA672A;
}
</style>
background-color css
<style>
a { background-color: #BA672A; }
a { background-color: rgb(186,103,42); }
div.DivClassName
{
background-color: #BA672A;
}
.BgClassName
{
background-color: #BA672A;
}
</style>
border-color css
<style>
span { border-color: #BA672A; }
span { border-color: rgb(186,103,42); }
td.TdClassName
{
border-color: #BA672A;
}
.TagClassName
{
border-color: #BA672A;
}
</style>