Shades of Sunglo #BA5D54
Tints of Sunglo #BA5D54
RGB
CMYK
RGB Variations
Color information
#BA5D54 (or 0xBA5D54) is known color: Sunglo. HEX triplet: BA, 5D and 54. RGB value is (186,93,84). Sum of RGB (Red+Green+Blue) = 186+93+84=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D54 is #45A2AB. Grayscale: #777777. Windows color (decimal): -4563628 or 5529018. OLE color: 5529018.
HSL color Cylindrical-coordinate representation of color #BA5D54: hue angle of 5.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5D54 is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 84 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.27 |
| HSL | 5.29º | 0.43% | 0.53% | - |
| HSV(B) | 5.29º | 0.55% | 0.73% | - |
| XYZ | 25.76 | 18.91 | 10.68 | - |
| YUV | 119.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 84 | 0 | 0.5 | 0.55 | 0.27 | 5.29 | 0.43 | 0.53 |
| Hex | BA | 5D | 54 | 0 | 32 | 37 | 1B | 5 | 2A | 35 |
| Octal | 272 | 135 | 124 | 0 | 62 | 67 | 33 | 5 | 52 | 65 |
| Binary | 10111010 | 1011101 | 1010100 | 0 | 110010 | 110111 | 11011 | 101 | 101010 | 110101 |
Color Harmonies of #BA5D54
Complementary color
Monochromatic Colors of #BA5D54
Black with #BA5D54
Text Example
Text Example
White with #BA5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D54; }
p { color: rgb(186,93,84); }
H1.HeaderClassName
{
color: #BA5D54;
}
.AnyTagClassName
{
color: #BA5D54;
}
</style>
background-color css
<style>
a { background-color: #BA5D54; }
a { background-color: rgb(186,93,84); }
div.DivClassName
{
background-color: #BA5D54;
}
.BgClassName
{
background-color: #BA5D54;
}
</style>
border-color css
<style>
span { border-color: #BA5D54; }
span { border-color: rgb(186,93,84); }
td.TdClassName
{
border-color: #BA5D54;
}
.TagClassName
{
border-color: #BA5D54;
}
</style>