Shades of Christine #BA6932
Tints of Christine #BA6932
RGB
CMYK
RGB Variations
Color information
#BA6932 (or 0xBA6932) is known color: Christine. HEX triplet: BA, 69 and 32. RGB value is (186,105,50). Sum of RGB (Red+Green+Blue) = 186+105+50=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6932 is #4596CD. Grayscale: #7B7B7B. Windows color (decimal): -4560590 or 3303866. OLE color: 3303866.
HSL color Cylindrical-coordinate representation of color #BA6932: hue angle of 24.26º 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 #BA6932 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 50 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.27 |
| HSL | 24.26º | 0.58% | 0.46% | - |
| HSV(B) | 24.26º | 0.73% | 0.73% | - |
| XYZ | 25.88 | 20.77 | 5.66 | - |
| YUV | 122.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 50 | 0 | 0.44 | 0.73 | 0.27 | 24.26 | 0.58 | 0.46 |
| Hex | BA | 69 | 32 | 0 | 2C | 49 | 1B | 18 | 3A | 2E |
| Octal | 272 | 151 | 62 | 0 | 54 | 111 | 33 | 30 | 72 | 56 |
| Binary | 10111010 | 1101001 | 110010 | 0 | 101100 | 1001001 | 11011 | 11000 | 111010 | 101110 |
Color Harmonies of #BA6932
Complementary color
Monochromatic Colors of #BA6932
Black with #BA6932
Text Example
Text Example
White with #BA6932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6932; }
p { color: rgb(186,105,50); }
H1.HeaderClassName
{
color: #BA6932;
}
.AnyTagClassName
{
color: #BA6932;
}
</style>
background-color css
<style>
a { background-color: #BA6932; }
a { background-color: rgb(186,105,50); }
div.DivClassName
{
background-color: #BA6932;
}
.BgClassName
{
background-color: #BA6932;
}
</style>
border-color css
<style>
span { border-color: #BA6932; }
span { border-color: rgb(186,105,50); }
td.TdClassName
{
border-color: #BA6932;
}
.TagClassName
{
border-color: #BA6932;
}
</style>