Shades of Sunglo #BA6954
Tints of Sunglo #BA6954
RGB
CMYK
RGB Variations
Color information
#BA6954 (or 0xBA6954) is known color: Sunglo. HEX triplet: BA, 69 and 54. RGB value is (186,105,84). Sum of RGB (Red+Green+Blue) = 186+105+84=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6954 is #4596AB. Grayscale: #7E7E7E. Windows color (decimal): -4560556 or 5532090. OLE color: 5532090.
HSL color Cylindrical-coordinate representation of color #BA6954: hue angle of 12.35º 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 #BA6954 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 84 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.27 |
| HSL | 12.35º | 0.43% | 0.53% | - |
| HSV(B) | 12.35º | 0.55% | 0.73% | - |
| XYZ | 26.9 | 21.18 | 11.06 | - |
| YUV | 126.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 84 | 0 | 0.44 | 0.55 | 0.27 | 12.35 | 0.43 | 0.53 |
| Hex | BA | 69 | 54 | 0 | 2C | 37 | 1B | C | 2A | 35 |
| Octal | 272 | 151 | 124 | 0 | 54 | 67 | 33 | 14 | 52 | 65 |
| Binary | 10111010 | 1101001 | 1010100 | 0 | 101100 | 110111 | 11011 | 1100 | 101010 | 110101 |
Color Harmonies of #BA6954
Complementary color
Monochromatic Colors of #BA6954
Black with #BA6954
Text Example
Text Example
White with #BA6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6954; }
p { color: rgb(186,105,84); }
H1.HeaderClassName
{
color: #BA6954;
}
.AnyTagClassName
{
color: #BA6954;
}
</style>
background-color css
<style>
a { background-color: #BA6954; }
a { background-color: rgb(186,105,84); }
div.DivClassName
{
background-color: #BA6954;
}
.BgClassName
{
background-color: #BA6954;
}
</style>
border-color css
<style>
span { border-color: #BA6954; }
span { border-color: rgb(186,105,84); }
td.TdClassName
{
border-color: #BA6954;
}
.TagClassName
{
border-color: #BA6954;
}
</style>