Shades of Sunglo #BA6B59
Tints of Sunglo #BA6B59
RGB
CMYK
RGB Variations
Color information
#BA6B59 (or 0xBA6B59) is known color: Sunglo. HEX triplet: BA, 6B and 59. RGB value is (186,107,89). Sum of RGB (Red+Green+Blue) = 186+107+89=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B59 is #4594A6. Grayscale: #808080. Windows color (decimal): -4560039 or 5860282. OLE color: 5860282.
HSL color Cylindrical-coordinate representation of color #BA6B59: hue angle of 11.13º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6B59 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 89 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.27 |
| HSL | 11.13º | 0.41% | 0.54% | - |
| HSV(B) | 11.13º | 0.52% | 0.73% | - |
| XYZ | 27.31 | 21.68 | 12.2 | - |
| YUV | 128.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 89 | 0 | 0.42 | 0.52 | 0.27 | 11.13 | 0.41 | 0.54 |
| Hex | BA | 6B | 59 | 0 | 2A | 34 | 1B | B | 29 | 36 |
| Octal | 272 | 153 | 131 | 0 | 52 | 64 | 33 | 13 | 51 | 66 |
| Binary | 10111010 | 1101011 | 1011001 | 0 | 101010 | 110100 | 11011 | 1011 | 101001 | 110110 |
Color Harmonies of #BA6B59
Complementary color
Monochromatic Colors of #BA6B59
Black with #BA6B59
Text Example
Text Example
White with #BA6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B59; }
p { color: rgb(186,107,89); }
H1.HeaderClassName
{
color: #BA6B59;
}
.AnyTagClassName
{
color: #BA6B59;
}
</style>
background-color css
<style>
a { background-color: #BA6B59; }
a { background-color: rgb(186,107,89); }
div.DivClassName
{
background-color: #BA6B59;
}
.BgClassName
{
background-color: #BA6B59;
}
</style>
border-color css
<style>
span { border-color: #BA6B59; }
span { border-color: rgb(186,107,89); }
td.TdClassName
{
border-color: #BA6B59;
}
.TagClassName
{
border-color: #BA6B59;
}
</style>