Shades of Christine #BA692B
Tints of Christine #BA692B
RGB
CMYK
RGB Variations
Color information
#BA692B (or 0xBA692B) is known color: Christine. HEX triplet: BA, 69 and 2B. RGB value is (186,105,43). Sum of RGB (Red+Green+Blue) = 186+105+43=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA692B is #4596D4. Grayscale: #7A7A7A. Windows color (decimal): -4560597 or 2845114. OLE color: 2845114.
HSL color Cylindrical-coordinate representation of color #BA692B: hue angle of 26.01º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA692B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 43 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.27 |
| HSL | 26.01º | 0.62% | 0.45% | - |
| HSV(B) | 26.01º | 0.77% | 0.73% | - |
| XYZ | 25.74 | 20.72 | 4.93 | - |
| YUV | 122.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 43 | 0 | 0.44 | 0.77 | 0.27 | 26.01 | 0.62 | 0.45 |
| Hex | BA | 69 | 2B | 0 | 2C | 4D | 1B | 1A | 3E | 2D |
| Octal | 272 | 151 | 53 | 0 | 54 | 115 | 33 | 32 | 76 | 55 |
| Binary | 10111010 | 1101001 | 101011 | 0 | 101100 | 1001101 | 11011 | 11010 | 111110 | 101101 |
Color Harmonies of #BA692B
Complementary color
Monochromatic Colors of #BA692B
Black with #BA692B
Text Example
Text Example
White with #BA692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA692B; }
p { color: rgb(186,105,43); }
H1.HeaderClassName
{
color: #BA692B;
}
.AnyTagClassName
{
color: #BA692B;
}
</style>
background-color css
<style>
a { background-color: #BA692B; }
a { background-color: rgb(186,105,43); }
div.DivClassName
{
background-color: #BA692B;
}
.BgClassName
{
background-color: #BA692B;
}
</style>
border-color css
<style>
span { border-color: #BA692B; }
span { border-color: rgb(186,105,43); }
td.TdClassName
{
border-color: #BA692B;
}
.TagClassName
{
border-color: #BA692B;
}
</style>