Shades of Christine #BA6730
Tints of Christine #BA6730
RGB
CMYK
RGB Variations
Color information
#BA6730 (or 0xBA6730) is known color: Christine. HEX triplet: BA, 67 and 30. RGB value is (186,103,48). Sum of RGB (Red+Green+Blue) = 186+103+48=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6730 is #4598CF. Grayscale: #797979. Windows color (decimal): -4561104 or 3172282. OLE color: 3172282.
HSL color Cylindrical-coordinate representation of color #BA6730: hue angle of 23.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA6730 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 48 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.27 |
| HSL | 23.91º | 0.59% | 0.46% | - |
| HSV(B) | 23.91º | 0.74% | 0.73% | - |
| XYZ | 25.63 | 20.35 | 5.37 | - |
| YUV | 121.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 48 | 0 | 0.45 | 0.74 | 0.27 | 23.91 | 0.59 | 0.46 |
| Hex | BA | 67 | 30 | 0 | 2D | 4A | 1B | 18 | 3B | 2E |
| Octal | 272 | 147 | 60 | 0 | 55 | 112 | 33 | 30 | 73 | 56 |
| Binary | 10111010 | 1100111 | 110000 | 0 | 101101 | 1001010 | 11011 | 11000 | 111011 | 101110 |
Color Harmonies of #BA6730
Complementary color
Monochromatic Colors of #BA6730
Black with #BA6730
Text Example
Text Example
White with #BA6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6730; }
p { color: rgb(186,103,48); }
H1.HeaderClassName
{
color: #BA6730;
}
.AnyTagClassName
{
color: #BA6730;
}
</style>
background-color css
<style>
a { background-color: #BA6730; }
a { background-color: rgb(186,103,48); }
div.DivClassName
{
background-color: #BA6730;
}
.BgClassName
{
background-color: #BA6730;
}
</style>
border-color css
<style>
span { border-color: #BA6730; }
span { border-color: rgb(186,103,48); }
td.TdClassName
{
border-color: #BA6730;
}
.TagClassName
{
border-color: #BA6730;
}
</style>