Shades of Christine #BA6B26
Tints of Christine #BA6B26
RGB
CMYK
RGB Variations
Color information
#BA6B26 (or 0xBA6B26) is known color: Christine. HEX triplet: BA, 6B and 26. RGB value is (186,107,38). Sum of RGB (Red+Green+Blue) = 186+107+38=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B26 is #4594D9. Grayscale: #7B7B7B. Windows color (decimal): -4560090 or 2517946. OLE color: 2517946.
HSL color Cylindrical-coordinate representation of color #BA6B26: hue angle of 27.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6B26 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 38 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.27 |
| HSL | 27.97º | 0.66% | 0.44% | - |
| HSV(B) | 27.97º | 0.8% | 0.73% | - |
| XYZ | 25.86 | 21.09 | 4.54 | - |
| YUV | 122.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 38 | 0 | 0.42 | 0.80 | 0.27 | 27.97 | 0.66 | 0.44 |
| Hex | BA | 6B | 26 | 0 | 2A | 50 | 1B | 1C | 42 | 2C |
| Octal | 272 | 153 | 46 | 0 | 52 | 120 | 33 | 34 | 102 | 54 |
| Binary | 10111010 | 1101011 | 100110 | 0 | 101010 | 1010000 | 11011 | 11100 | 1000010 | 101100 |
Color Harmonies of #BA6B26
Complementary color
Monochromatic Colors of #BA6B26
Black with #BA6B26
Text Example
Text Example
White with #BA6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B26; }
p { color: rgb(186,107,38); }
H1.HeaderClassName
{
color: #BA6B26;
}
.AnyTagClassName
{
color: #BA6B26;
}
</style>
background-color css
<style>
a { background-color: #BA6B26; }
a { background-color: rgb(186,107,38); }
div.DivClassName
{
background-color: #BA6B26;
}
.BgClassName
{
background-color: #BA6B26;
}
</style>
border-color css
<style>
span { border-color: #BA6B26; }
span { border-color: rgb(186,107,38); }
td.TdClassName
{
border-color: #BA6B26;
}
.TagClassName
{
border-color: #BA6B26;
}
</style>