Shades of Sunglo #BA675C
Tints of Sunglo #BA675C
RGB
CMYK
RGB Variations
Color information
#BA675C (or 0xBA675C) is known color: Sunglo. HEX triplet: BA, 67 and 5C. RGB value is (186,103,92). Sum of RGB (Red+Green+Blue) = 186+103+92=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA675C is #4598A3. Grayscale: #7E7E7E. Windows color (decimal): -4561060 or 6055866. OLE color: 6055866.
HSL color Cylindrical-coordinate representation of color #BA675C: hue angle of 7.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA675C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 92 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.27 |
| HSL | 7.02º | 0.41% | 0.55% | - |
| HSV(B) | 7.02º | 0.51% | 0.73% | - |
| XYZ | 27.03 | 20.91 | 12.74 | - |
| YUV | 126.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 92 | 0 | 0.45 | 0.51 | 0.27 | 7.02 | 0.41 | 0.55 |
| Hex | BA | 67 | 5C | 0 | 2D | 33 | 1B | 7 | 29 | 37 |
| Octal | 272 | 147 | 134 | 0 | 55 | 63 | 33 | 7 | 51 | 67 |
| Binary | 10111010 | 1100111 | 1011100 | 0 | 101101 | 110011 | 11011 | 111 | 101001 | 110111 |
Color Harmonies of #BA675C
Complementary color
Monochromatic Colors of #BA675C
Black with #BA675C
Text Example
Text Example
White with #BA675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA675C; }
p { color: rgb(186,103,92); }
H1.HeaderClassName
{
color: #BA675C;
}
.AnyTagClassName
{
color: #BA675C;
}
</style>
background-color css
<style>
a { background-color: #BA675C; }
a { background-color: rgb(186,103,92); }
div.DivClassName
{
background-color: #BA675C;
}
.BgClassName
{
background-color: #BA675C;
}
</style>
border-color css
<style>
span { border-color: #BA675C; }
span { border-color: rgb(186,103,92); }
td.TdClassName
{
border-color: #BA675C;
}
.TagClassName
{
border-color: #BA675C;
}
</style>