Shades of Sunglo #BA615B
Tints of Sunglo #BA615B
RGB
CMYK
RGB Variations
Color information
#BA615B (or 0xBA615B) is known color: Sunglo. HEX triplet: BA, 61 and 5B. RGB value is (186,97,91). Sum of RGB (Red+Green+Blue) = 186+97+91=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA615B is #459EA4. Grayscale: #7B7B7B. Windows color (decimal): -4562597 or 5988794. OLE color: 5988794.
HSL color Cylindrical-coordinate representation of color #BA615B: hue angle of 3.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA615B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 91 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.27 |
| HSL | 3.79º | 0.41% | 0.54% | - |
| HSV(B) | 3.79º | 0.51% | 0.73% | - |
| XYZ | 26.41 | 19.74 | 12.32 | - |
| YUV | 122.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 91 | 0 | 0.48 | 0.51 | 0.27 | 3.79 | 0.41 | 0.54 |
| Hex | BA | 61 | 5B | 0 | 30 | 33 | 1B | 4 | 29 | 36 |
| Octal | 272 | 141 | 133 | 0 | 60 | 63 | 33 | 4 | 51 | 66 |
| Binary | 10111010 | 1100001 | 1011011 | 0 | 110000 | 110011 | 11011 | 100 | 101001 | 110110 |
Color Harmonies of #BA615B
Complementary color
Monochromatic Colors of #BA615B
Black with #BA615B
Text Example
Text Example
White with #BA615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA615B; }
p { color: rgb(186,97,91); }
H1.HeaderClassName
{
color: #BA615B;
}
.AnyTagClassName
{
color: #BA615B;
}
</style>
background-color css
<style>
a { background-color: #BA615B; }
a { background-color: rgb(186,97,91); }
div.DivClassName
{
background-color: #BA615B;
}
.BgClassName
{
background-color: #BA615B;
}
</style>
border-color css
<style>
span { border-color: #BA615B; }
span { border-color: rgb(186,97,91); }
td.TdClassName
{
border-color: #BA615B;
}
.TagClassName
{
border-color: #BA615B;
}
</style>