Shades of Christine #BA6938
Tints of Christine #BA6938
RGB
CMYK
RGB Variations
Color information
#BA6938 (or 0xBA6938) is known color: Christine. HEX triplet: BA, 69 and 38. RGB value is (186,105,56). Sum of RGB (Red+Green+Blue) = 186+105+56=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6938 is #4596C7. Grayscale: #7B7B7B. Windows color (decimal): -4560584 or 3697082. OLE color: 3697082.
HSL color Cylindrical-coordinate representation of color #BA6938: hue angle of 22.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA6938 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 56 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.27 |
| HSL | 22.62º | 0.54% | 0.47% | - |
| HSV(B) | 22.62º | 0.7% | 0.73% | - |
| XYZ | 26.02 | 20.83 | 6.39 | - |
| YUV | 123.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 56 | 0 | 0.44 | 0.70 | 0.27 | 22.62 | 0.54 | 0.47 |
| Hex | BA | 69 | 38 | 0 | 2C | 46 | 1B | 17 | 36 | 2F |
| Octal | 272 | 151 | 70 | 0 | 54 | 106 | 33 | 27 | 66 | 57 |
| Binary | 10111010 | 1101001 | 111000 | 0 | 101100 | 1000110 | 11011 | 10111 | 110110 | 101111 |
Color Harmonies of #BA6938
Complementary color
Monochromatic Colors of #BA6938
Black with #BA6938
Text Example
Text Example
White with #BA6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6938; }
p { color: rgb(186,105,56); }
H1.HeaderClassName
{
color: #BA6938;
}
.AnyTagClassName
{
color: #BA6938;
}
</style>
background-color css
<style>
a { background-color: #BA6938; }
a { background-color: rgb(186,105,56); }
div.DivClassName
{
background-color: #BA6938;
}
.BgClassName
{
background-color: #BA6938;
}
</style>
border-color css
<style>
span { border-color: #BA6938; }
span { border-color: rgb(186,105,56); }
td.TdClassName
{
border-color: #BA6938;
}
.TagClassName
{
border-color: #BA6938;
}
</style>