Shades of Christine #BA671F
Tints of Christine #BA671F
RGB
CMYK
RGB Variations
Color information
#BA671F (or 0xBA671F) is known color: Christine. HEX triplet: BA, 67 and 1F. RGB value is (186,103,31). Sum of RGB (Red+Green+Blue) = 186+103+31=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA671F is #4598E0. Grayscale: #777777. Windows color (decimal): -4561121 or 2058170. OLE color: 2058170.
HSL color Cylindrical-coordinate representation of color #BA671F: hue angle of 27.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA671F is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 31 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.27 |
| HSL | 27.87º | 0.71% | 0.43% | - |
| HSV(B) | 27.87º | 0.83% | 0.73% | - |
| XYZ | 25.35 | 20.24 | 3.87 | - |
| YUV | 119.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 31 | 0 | 0.45 | 0.83 | 0.27 | 27.87 | 0.71 | 0.43 |
| Hex | BA | 67 | 1F | 0 | 2D | 53 | 1B | 1C | 47 | 2B |
| Octal | 272 | 147 | 37 | 0 | 55 | 123 | 33 | 34 | 107 | 53 |
| Binary | 10111010 | 1100111 | 11111 | 0 | 101101 | 1010011 | 11011 | 11100 | 1000111 | 101011 |
Color Harmonies of #BA671F
Complementary color
Monochromatic Colors of #BA671F
Black with #BA671F
Text Example
Text Example
White with #BA671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA671F; }
p { color: rgb(186,103,31); }
H1.HeaderClassName
{
color: #BA671F;
}
.AnyTagClassName
{
color: #BA671F;
}
</style>
background-color css
<style>
a { background-color: #BA671F; }
a { background-color: rgb(186,103,31); }
div.DivClassName
{
background-color: #BA671F;
}
.BgClassName
{
background-color: #BA671F;
}
</style>
border-color css
<style>
span { border-color: #BA671F; }
span { border-color: rgb(186,103,31); }
td.TdClassName
{
border-color: #BA671F;
}
.TagClassName
{
border-color: #BA671F;
}
</style>