Shades of Sunglo #BA645B
Tints of Sunglo #BA645B
RGB
CMYK
RGB Variations
Color information
#BA645B (or 0xBA645B) is known color: Sunglo. HEX triplet: BA, 64 and 5B. RGB value is (186,100,91). Sum of RGB (Red+Green+Blue) = 186+100+91=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA645B is #459BA4. Grayscale: #7C7C7C. Windows color (decimal): -4561829 or 5989562. OLE color: 5989562.
HSL color Cylindrical-coordinate representation of color #BA645B: hue angle of 5.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA645B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 91 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.27 |
| HSL | 5.68º | 0.41% | 0.54% | - |
| HSV(B) | 5.68º | 0.51% | 0.73% | - |
| XYZ | 26.7 | 20.31 | 12.41 | - |
| YUV | 124.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 91 | 0 | 0.46 | 0.51 | 0.27 | 5.68 | 0.41 | 0.54 |
| Hex | BA | 64 | 5B | 0 | 2E | 33 | 1B | 6 | 29 | 36 |
| Octal | 272 | 144 | 133 | 0 | 56 | 63 | 33 | 6 | 51 | 66 |
| Binary | 10111010 | 1100100 | 1011011 | 0 | 101110 | 110011 | 11011 | 110 | 101001 | 110110 |
Color Harmonies of #BA645B
Complementary color
Monochromatic Colors of #BA645B
Black with #BA645B
Text Example
Text Example
White with #BA645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA645B; }
p { color: rgb(186,100,91); }
H1.HeaderClassName
{
color: #BA645B;
}
.AnyTagClassName
{
color: #BA645B;
}
</style>
background-color css
<style>
a { background-color: #BA645B; }
a { background-color: rgb(186,100,91); }
div.DivClassName
{
background-color: #BA645B;
}
.BgClassName
{
background-color: #BA645B;
}
</style>
border-color css
<style>
span { border-color: #BA645B; }
span { border-color: rgb(186,100,91); }
td.TdClassName
{
border-color: #BA645B;
}
.TagClassName
{
border-color: #BA645B;
}
</style>