Shades of Christine #BA6732
Tints of Christine #BA6732
RGB
CMYK
RGB Variations
Color information
#BA6732 (or 0xBA6732) is known color: Christine. HEX triplet: BA, 67 and 32. RGB value is (186,103,50). Sum of RGB (Red+Green+Blue) = 186+103+50=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6732 is #4598CD. Grayscale: #7A7A7A. Windows color (decimal): -4561102 or 3303354. OLE color: 3303354.
HSL color Cylindrical-coordinate representation of color #BA6732: hue angle of 23.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA6732 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 50 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.27 |
| HSL | 23.38º | 0.58% | 0.46% | - |
| HSV(B) | 23.38º | 0.73% | 0.73% | - |
| XYZ | 25.68 | 20.37 | 5.6 | - |
| YUV | 121.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 50 | 0 | 0.45 | 0.73 | 0.27 | 23.38 | 0.58 | 0.46 |
| Hex | BA | 67 | 32 | 0 | 2D | 49 | 1B | 17 | 3A | 2E |
| Octal | 272 | 147 | 62 | 0 | 55 | 111 | 33 | 27 | 72 | 56 |
| Binary | 10111010 | 1100111 | 110010 | 0 | 101101 | 1001001 | 11011 | 10111 | 111010 | 101110 |
Color Harmonies of #BA6732
Complementary color
Monochromatic Colors of #BA6732
Black with #BA6732
Text Example
Text Example
White with #BA6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6732; }
p { color: rgb(186,103,50); }
H1.HeaderClassName
{
color: #BA6732;
}
.AnyTagClassName
{
color: #BA6732;
}
</style>
background-color css
<style>
a { background-color: #BA6732; }
a { background-color: rgb(186,103,50); }
div.DivClassName
{
background-color: #BA6732;
}
.BgClassName
{
background-color: #BA6732;
}
</style>
border-color css
<style>
span { border-color: #BA6732; }
span { border-color: rgb(186,103,50); }
td.TdClassName
{
border-color: #BA6732;
}
.TagClassName
{
border-color: #BA6732;
}
</style>