Shades of Christine #BA671A
Tints of Christine #BA671A
RGB
CMYK
RGB Variations
Color information
#BA671A (or 0xBA671A) is known color: Christine. HEX triplet: BA, 67 and 1A. RGB value is (186,103,26). Sum of RGB (Red+Green+Blue) = 186+103+26=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA671A is #4598E5. Grayscale: #777777. Windows color (decimal): -4561126 or 1730490. OLE color: 1730490.
HSL color Cylindrical-coordinate representation of color #BA671A: hue angle of 28.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA671A is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 26 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.27 |
| HSL | 28.88º | 0.75% | 0.42% | - |
| HSV(B) | 28.88º | 0.86% | 0.73% | - |
| XYZ | 25.29 | 20.21 | 3.55 | - |
| YUV | 119.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 26 | 0 | 0.45 | 0.86 | 0.27 | 28.88 | 0.75 | 0.42 |
| Hex | BA | 67 | 1A | 0 | 2D | 56 | 1B | 1D | 4B | 2A |
| Octal | 272 | 147 | 32 | 0 | 55 | 126 | 33 | 35 | 113 | 52 |
| Binary | 10111010 | 1100111 | 11010 | 0 | 101101 | 1010110 | 11011 | 11101 | 1001011 | 101010 |
Color Harmonies of #BA671A
Complementary color
Monochromatic Colors of #BA671A
Black with #BA671A
Text Example
Text Example
White with #BA671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA671A; }
p { color: rgb(186,103,26); }
H1.HeaderClassName
{
color: #BA671A;
}
.AnyTagClassName
{
color: #BA671A;
}
</style>
background-color css
<style>
a { background-color: #BA671A; }
a { background-color: rgb(186,103,26); }
div.DivClassName
{
background-color: #BA671A;
}
.BgClassName
{
background-color: #BA671A;
}
</style>
border-color css
<style>
span { border-color: #BA671A; }
span { border-color: rgb(186,103,26); }
td.TdClassName
{
border-color: #BA671A;
}
.TagClassName
{
border-color: #BA671A;
}
</style>