Shades of Sunglo #BA695A
Tints of Sunglo #BA695A
RGB
CMYK
RGB Variations
Color information
#BA695A (or 0xBA695A) is known color: Sunglo. HEX triplet: BA, 69 and 5A. RGB value is (186,105,90). Sum of RGB (Red+Green+Blue) = 186+105+90=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA695A is #4596A5. Grayscale: #7F7F7F. Windows color (decimal): -4560550 or 5925306. OLE color: 5925306.
HSL color Cylindrical-coordinate representation of color #BA695A: hue angle of 9.38º 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 #BA695A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 90 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.27 |
| HSL | 9.38º | 0.41% | 0.54% | - |
| HSV(B) | 9.38º | 0.52% | 0.73% | - |
| XYZ | 27.15 | 21.28 | 12.35 | - |
| YUV | 127.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 90 | 0 | 0.44 | 0.52 | 0.27 | 9.38 | 0.41 | 0.54 |
| Hex | BA | 69 | 5A | 0 | 2C | 34 | 1B | 9 | 29 | 36 |
| Octal | 272 | 151 | 132 | 0 | 54 | 64 | 33 | 11 | 51 | 66 |
| Binary | 10111010 | 1101001 | 1011010 | 0 | 101100 | 110100 | 11011 | 1001 | 101001 | 110110 |
Color Harmonies of #BA695A
Complementary color
Monochromatic Colors of #BA695A
Black with #BA695A
Text Example
Text Example
White with #BA695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA695A; }
p { color: rgb(186,105,90); }
H1.HeaderClassName
{
color: #BA695A;
}
.AnyTagClassName
{
color: #BA695A;
}
</style>
background-color css
<style>
a { background-color: #BA695A; }
a { background-color: rgb(186,105,90); }
div.DivClassName
{
background-color: #BA695A;
}
.BgClassName
{
background-color: #BA695A;
}
</style>
border-color css
<style>
span { border-color: #BA695A; }
span { border-color: rgb(186,105,90); }
td.TdClassName
{
border-color: #BA695A;
}
.TagClassName
{
border-color: #BA695A;
}
</style>