Shades of Sunglo #BA635C
Tints of Sunglo #BA635C
RGB
CMYK
RGB Variations
Color information
#BA635C (or 0xBA635C) is known color: Sunglo. HEX triplet: BA, 63 and 5C. RGB value is (186,99,92). Sum of RGB (Red+Green+Blue) = 186+99+92=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA635C is #459CA3. Grayscale: #7C7C7C. Windows color (decimal): -4562084 or 6054842. OLE color: 6054842.
HSL color Cylindrical-coordinate representation of color #BA635C: hue angle of 4.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA635C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 92 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.27 |
| HSL | 4.47º | 0.41% | 0.55% | - |
| HSV(B) | 4.47º | 0.51% | 0.73% | - |
| XYZ | 26.64 | 20.14 | 12.61 | - |
| YUV | 124.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 92 | 0 | 0.47 | 0.51 | 0.27 | 4.47 | 0.41 | 0.55 |
| Hex | BA | 63 | 5C | 0 | 2F | 33 | 1B | 4 | 29 | 37 |
| Octal | 272 | 143 | 134 | 0 | 57 | 63 | 33 | 4 | 51 | 67 |
| Binary | 10111010 | 1100011 | 1011100 | 0 | 101111 | 110011 | 11011 | 100 | 101001 | 110111 |
Color Harmonies of #BA635C
Complementary color
Monochromatic Colors of #BA635C
Black with #BA635C
Text Example
Text Example
White with #BA635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA635C; }
p { color: rgb(186,99,92); }
H1.HeaderClassName
{
color: #BA635C;
}
.AnyTagClassName
{
color: #BA635C;
}
</style>
background-color css
<style>
a { background-color: #BA635C; }
a { background-color: rgb(186,99,92); }
div.DivClassName
{
background-color: #BA635C;
}
.BgClassName
{
background-color: #BA635C;
}
</style>
border-color css
<style>
span { border-color: #BA635C; }
span { border-color: rgb(186,99,92); }
td.TdClassName
{
border-color: #BA635C;
}
.TagClassName
{
border-color: #BA635C;
}
</style>