Shades of Christine #BA6B31
Tints of Christine #BA6B31
RGB
CMYK
RGB Variations
Color information
#BA6B31 (or 0xBA6B31) is known color: Christine. HEX triplet: BA, 6B and 31. RGB value is (186,107,49). Sum of RGB (Red+Green+Blue) = 186+107+49=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B31 is #4594CE. Grayscale: #7C7C7C. Windows color (decimal): -4560079 or 3238842. OLE color: 3238842.
HSL color Cylindrical-coordinate representation of color #BA6B31: hue angle of 25.4º degrees, saturation: 0.58, 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 #BA6B31 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 49 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.27 |
| HSL | 25.4º | 0.58% | 0.46% | - |
| HSV(B) | 25.4º | 0.74% | 0.73% | - |
| XYZ | 26.06 | 21.18 | 5.62 | - |
| YUV | 124.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 49 | 0 | 0.42 | 0.74 | 0.27 | 25.4 | 0.58 | 0.46 |
| Hex | BA | 6B | 31 | 0 | 2A | 4A | 1B | 19 | 3A | 2E |
| Octal | 272 | 153 | 61 | 0 | 52 | 112 | 33 | 31 | 72 | 56 |
| Binary | 10111010 | 1101011 | 110001 | 0 | 101010 | 1001010 | 11011 | 11001 | 111010 | 101110 |
Color Harmonies of #BA6B31
Complementary color
Monochromatic Colors of #BA6B31
Black with #BA6B31
Text Example
Text Example
White with #BA6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B31; }
p { color: rgb(186,107,49); }
H1.HeaderClassName
{
color: #BA6B31;
}
.AnyTagClassName
{
color: #BA6B31;
}
</style>
background-color css
<style>
a { background-color: #BA6B31; }
a { background-color: rgb(186,107,49); }
div.DivClassName
{
background-color: #BA6B31;
}
.BgClassName
{
background-color: #BA6B31;
}
</style>
border-color css
<style>
span { border-color: #BA6B31; }
span { border-color: rgb(186,107,49); }
td.TdClassName
{
border-color: #BA6B31;
}
.TagClassName
{
border-color: #BA6B31;
}
</style>