Shades of Sunglo #BA635B
Tints of Sunglo #BA635B
RGB
CMYK
RGB Variations
Color information
#BA635B (or 0xBA635B) is known color: Sunglo. HEX triplet: BA, 63 and 5B. RGB value is (186,99,91). Sum of RGB (Red+Green+Blue) = 186+99+91=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635B is #459CA4. Grayscale: #7C7C7C. Windows color (decimal): -4562085 or 5989306. OLE color: 5989306.
HSL color Cylindrical-coordinate representation of color #BA635B: hue angle of 5.05º 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 #BA635B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 91 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.27 |
| HSL | 5.05º | 0.41% | 0.54% | - |
| HSV(B) | 5.05º | 0.51% | 0.73% | - |
| XYZ | 26.6 | 20.12 | 12.38 | - |
| YUV | 124.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 91 | 0 | 0.47 | 0.51 | 0.27 | 5.05 | 0.41 | 0.54 |
| Hex | BA | 63 | 5B | 0 | 2F | 33 | 1B | 5 | 29 | 36 |
| Octal | 272 | 143 | 133 | 0 | 57 | 63 | 33 | 5 | 51 | 66 |
| Binary | 10111010 | 1100011 | 1011011 | 0 | 101111 | 110011 | 11011 | 101 | 101001 | 110110 |
Color Harmonies of #BA635B
Complementary color
Monochromatic Colors of #BA635B
Black with #BA635B
Text Example
Text Example
White with #BA635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA635B; }
p { color: rgb(186,99,91); }
H1.HeaderClassName
{
color: #BA635B;
}
.AnyTagClassName
{
color: #BA635B;
}
</style>
background-color css
<style>
a { background-color: #BA635B; }
a { background-color: rgb(186,99,91); }
div.DivClassName
{
background-color: #BA635B;
}
.BgClassName
{
background-color: #BA635B;
}
</style>
border-color css
<style>
span { border-color: #BA635B; }
span { border-color: rgb(186,99,91); }
td.TdClassName
{
border-color: #BA635B;
}
.TagClassName
{
border-color: #BA635B;
}
</style>