Shades of Sunglo #BA6454
Tints of Sunglo #BA6454
RGB
CMYK
RGB Variations
Color information
#BA6454 (or 0xBA6454) is known color: Sunglo. HEX triplet: BA, 64 and 54. RGB value is (186,100,84). Sum of RGB (Red+Green+Blue) = 186+100+84=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6454 is #459BAB. Grayscale: #7C7C7C. Windows color (decimal): -4561836 or 5530810. OLE color: 5530810.
HSL color Cylindrical-coordinate representation of color #BA6454: hue angle of 9.41º 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 #BA6454 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 84 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.27 |
| HSL | 9.41º | 0.43% | 0.53% | - |
| HSV(B) | 9.41º | 0.55% | 0.73% | - |
| XYZ | 26.41 | 20.19 | 10.89 | - |
| YUV | 123.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 84 | 0 | 0.46 | 0.55 | 0.27 | 9.41 | 0.43 | 0.53 |
| Hex | BA | 64 | 54 | 0 | 2E | 37 | 1B | 9 | 2A | 35 |
| Octal | 272 | 144 | 124 | 0 | 56 | 67 | 33 | 11 | 52 | 65 |
| Binary | 10111010 | 1100100 | 1010100 | 0 | 101110 | 110111 | 11011 | 1001 | 101010 | 110101 |
Color Harmonies of #BA6454
Complementary color
Monochromatic Colors of #BA6454
Black with #BA6454
Text Example
Text Example
White with #BA6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6454; }
p { color: rgb(186,100,84); }
H1.HeaderClassName
{
color: #BA6454;
}
.AnyTagClassName
{
color: #BA6454;
}
</style>
background-color css
<style>
a { background-color: #BA6454; }
a { background-color: rgb(186,100,84); }
div.DivClassName
{
background-color: #BA6454;
}
.BgClassName
{
background-color: #BA6454;
}
</style>
border-color css
<style>
span { border-color: #BA6454; }
span { border-color: rgb(186,100,84); }
td.TdClassName
{
border-color: #BA6454;
}
.TagClassName
{
border-color: #BA6454;
}
</style>