Shades of Christine #BA6B30
Tints of Christine #BA6B30
RGB
CMYK
RGB Variations
Color information
#BA6B30 (or 0xBA6B30) is known color: Christine. HEX triplet: BA, 6B and 30. RGB value is (186,107,48). Sum of RGB (Red+Green+Blue) = 186+107+48=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B30 is #4594CF. Grayscale: #7C7C7C. Windows color (decimal): -4560080 or 3173306. OLE color: 3173306.
HSL color Cylindrical-coordinate representation of color #BA6B30: hue angle of 25.65º degrees, saturation: 0.59, 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 #BA6B30 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 48 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.27 |
| HSL | 25.65º | 0.59% | 0.46% | - |
| HSV(B) | 25.65º | 0.74% | 0.73% | - |
| XYZ | 26.04 | 21.17 | 5.51 | - |
| YUV | 123.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 48 | 0 | 0.42 | 0.74 | 0.27 | 25.65 | 0.59 | 0.46 |
| Hex | BA | 6B | 30 | 0 | 2A | 4A | 1B | 1A | 3B | 2E |
| Octal | 272 | 153 | 60 | 0 | 52 | 112 | 33 | 32 | 73 | 56 |
| Binary | 10111010 | 1101011 | 110000 | 0 | 101010 | 1001010 | 11011 | 11010 | 111011 | 101110 |
Color Harmonies of #BA6B30
Complementary color
Monochromatic Colors of #BA6B30
Black with #BA6B30
Text Example
Text Example
White with #BA6B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B30; }
p { color: rgb(186,107,48); }
H1.HeaderClassName
{
color: #BA6B30;
}
.AnyTagClassName
{
color: #BA6B30;
}
</style>
background-color css
<style>
a { background-color: #BA6B30; }
a { background-color: rgb(186,107,48); }
div.DivClassName
{
background-color: #BA6B30;
}
.BgClassName
{
background-color: #BA6B30;
}
</style>
border-color css
<style>
span { border-color: #BA6B30; }
span { border-color: rgb(186,107,48); }
td.TdClassName
{
border-color: #BA6B30;
}
.TagClassName
{
border-color: #BA6B30;
}
</style>