Shades of Sunglo #BA6554
Tints of Sunglo #BA6554
RGB
CMYK
RGB Variations
Color information
#BA6554 (or 0xBA6554) is known color: Sunglo. HEX triplet: BA, 65 and 54. RGB value is (186,101,84). Sum of RGB (Red+Green+Blue) = 186+101+84=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6554 is #459AAB. Grayscale: #7C7C7C. Windows color (decimal): -4561580 or 5531066. OLE color: 5531066.
HSL color Cylindrical-coordinate representation of color #BA6554: hue angle of 10º 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 #BA6554 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 84 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.27 |
| HSL | 10º | 0.43% | 0.53% | - |
| HSV(B) | 10º | 0.55% | 0.73% | - |
| XYZ | 26.5 | 20.39 | 10.93 | - |
| YUV | 124.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 84 | 0 | 0.46 | 0.55 | 0.27 | 10 | 0.43 | 0.53 |
| Hex | BA | 65 | 54 | 0 | 2E | 37 | 1B | A | 2A | 35 |
| Octal | 272 | 145 | 124 | 0 | 56 | 67 | 33 | 12 | 52 | 65 |
| Binary | 10111010 | 1100101 | 1010100 | 0 | 101110 | 110111 | 11011 | 1010 | 101010 | 110101 |
Color Harmonies of #BA6554
Complementary color
Monochromatic Colors of #BA6554
Black with #BA6554
Text Example
Text Example
White with #BA6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6554; }
p { color: rgb(186,101,84); }
H1.HeaderClassName
{
color: #BA6554;
}
.AnyTagClassName
{
color: #BA6554;
}
</style>
background-color css
<style>
a { background-color: #BA6554; }
a { background-color: rgb(186,101,84); }
div.DivClassName
{
background-color: #BA6554;
}
.BgClassName
{
background-color: #BA6554;
}
</style>
border-color css
<style>
span { border-color: #BA6554; }
span { border-color: rgb(186,101,84); }
td.TdClassName
{
border-color: #BA6554;
}
.TagClassName
{
border-color: #BA6554;
}
</style>