Shades of Sunglo #BA625B
Tints of Sunglo #BA625B
RGB
CMYK
RGB Variations
Color information
#BA625B (or 0xBA625B) is known color: Sunglo. HEX triplet: BA, 62 and 5B. RGB value is (186,98,91). Sum of RGB (Red+Green+Blue) = 186+98+91=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA625B is #459DA4. Grayscale: #7B7B7B. Windows color (decimal): -4562341 or 5989050. OLE color: 5989050.
HSL color Cylindrical-coordinate representation of color #BA625B: hue angle of 4.42º 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 #BA625B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 91 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.27 |
| HSL | 4.42º | 0.41% | 0.54% | - |
| HSV(B) | 4.42º | 0.51% | 0.73% | - |
| XYZ | 26.51 | 19.93 | 12.35 | - |
| YUV | 123.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 91 | 0 | 0.47 | 0.51 | 0.27 | 4.42 | 0.41 | 0.54 |
| Hex | BA | 62 | 5B | 0 | 2F | 33 | 1B | 4 | 29 | 36 |
| Octal | 272 | 142 | 133 | 0 | 57 | 63 | 33 | 4 | 51 | 66 |
| Binary | 10111010 | 1100010 | 1011011 | 0 | 101111 | 110011 | 11011 | 100 | 101001 | 110110 |
Color Harmonies of #BA625B
Complementary color
Monochromatic Colors of #BA625B
Black with #BA625B
Text Example
Text Example
White with #BA625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA625B; }
p { color: rgb(186,98,91); }
H1.HeaderClassName
{
color: #BA625B;
}
.AnyTagClassName
{
color: #BA625B;
}
</style>
background-color css
<style>
a { background-color: #BA625B; }
a { background-color: rgb(186,98,91); }
div.DivClassName
{
background-color: #BA625B;
}
.BgClassName
{
background-color: #BA625B;
}
</style>
border-color css
<style>
span { border-color: #BA625B; }
span { border-color: rgb(186,98,91); }
td.TdClassName
{
border-color: #BA625B;
}
.TagClassName
{
border-color: #BA625B;
}
</style>