Shades of Christine #BA631F
Tints of Christine #BA631F
RGB
CMYK
RGB Variations
Color information
#BA631F (or 0xBA631F) is known color: Christine. HEX triplet: BA, 63 and 1F. RGB value is (186,99,31). Sum of RGB (Red+Green+Blue) = 186+99+31=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA631F is #459CE0. Grayscale: #757575. Windows color (decimal): -4562145 or 2057146. OLE color: 2057146.
HSL color Cylindrical-coordinate representation of color #BA631F: hue angle of 26.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA631F is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 31 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.27 |
| HSL | 26.32º | 0.71% | 0.43% | - |
| HSV(B) | 26.32º | 0.83% | 0.73% | - |
| XYZ | 24.96 | 19.46 | 3.74 | - |
| YUV | 117.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 31 | 0 | 0.47 | 0.83 | 0.27 | 26.32 | 0.71 | 0.43 |
| Hex | BA | 63 | 1F | 0 | 2F | 53 | 1B | 1A | 47 | 2B |
| Octal | 272 | 143 | 37 | 0 | 57 | 123 | 33 | 32 | 107 | 53 |
| Binary | 10111010 | 1100011 | 11111 | 0 | 101111 | 1010011 | 11011 | 11010 | 1000111 | 101011 |
Color Harmonies of #BA631F
Complementary color
Monochromatic Colors of #BA631F
Black with #BA631F
Text Example
Text Example
White with #BA631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA631F; }
p { color: rgb(186,99,31); }
H1.HeaderClassName
{
color: #BA631F;
}
.AnyTagClassName
{
color: #BA631F;
}
</style>
background-color css
<style>
a { background-color: #BA631F; }
a { background-color: rgb(186,99,31); }
div.DivClassName
{
background-color: #BA631F;
}
.BgClassName
{
background-color: #BA631F;
}
</style>
border-color css
<style>
span { border-color: #BA631F; }
span { border-color: rgb(186,99,31); }
td.TdClassName
{
border-color: #BA631F;
}
.TagClassName
{
border-color: #BA631F;
}
</style>