Shades of Christine #BA6629
Tints of Christine #BA6629
RGB
CMYK
RGB Variations
Color information
#BA6629 (or 0xBA6629) is known color: Christine. HEX triplet: BA, 66 and 29. RGB value is (186,102,41). Sum of RGB (Red+Green+Blue) = 186+102+41=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6629 is #4599D6. Grayscale: #787878. Windows color (decimal): -4561367 or 2713274. OLE color: 2713274.
HSL color Cylindrical-coordinate representation of color #BA6629: hue angle of 25.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6629 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 41 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.27 |
| HSL | 25.24º | 0.64% | 0.45% | - |
| HSV(B) | 25.24º | 0.78% | 0.73% | - |
| XYZ | 25.4 | 20.1 | 4.64 | - |
| YUV | 120.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 41 | 0 | 0.45 | 0.78 | 0.27 | 25.24 | 0.64 | 0.45 |
| Hex | BA | 66 | 29 | 0 | 2D | 4E | 1B | 19 | 40 | 2D |
| Octal | 272 | 146 | 51 | 0 | 55 | 116 | 33 | 31 | 100 | 55 |
| Binary | 10111010 | 1100110 | 101001 | 0 | 101101 | 1001110 | 11011 | 11001 | 1000000 | 101101 |
Color Harmonies of #BA6629
Complementary color
Monochromatic Colors of #BA6629
Black with #BA6629
Text Example
Text Example
White with #BA6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6629; }
p { color: rgb(186,102,41); }
H1.HeaderClassName
{
color: #BA6629;
}
.AnyTagClassName
{
color: #BA6629;
}
</style>
background-color css
<style>
a { background-color: #BA6629; }
a { background-color: rgb(186,102,41); }
div.DivClassName
{
background-color: #BA6629;
}
.BgClassName
{
background-color: #BA6629;
}
</style>
border-color css
<style>
span { border-color: #BA6629; }
span { border-color: rgb(186,102,41); }
td.TdClassName
{
border-color: #BA6629;
}
.TagClassName
{
border-color: #BA6629;
}
</style>