Shades of Sunglo #BA675B
Tints of Sunglo #BA675B
RGB
CMYK
RGB Variations
Color information
#BA675B (or 0xBA675B) is known color: Sunglo. HEX triplet: BA, 67 and 5B. RGB value is (186,103,91). Sum of RGB (Red+Green+Blue) = 186+103+91=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA675B is #4598A4. Grayscale: #7E7E7E. Windows color (decimal): -4561061 or 5990330. OLE color: 5990330.
HSL color Cylindrical-coordinate representation of color #BA675B: hue angle of 7.58º 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 #BA675B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 91 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.27 |
| HSL | 7.58º | 0.41% | 0.54% | - |
| HSV(B) | 7.58º | 0.51% | 0.73% | - |
| XYZ | 26.99 | 20.89 | 12.51 | - |
| YUV | 126.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 91 | 0 | 0.45 | 0.51 | 0.27 | 7.58 | 0.41 | 0.54 |
| Hex | BA | 67 | 5B | 0 | 2D | 33 | 1B | 8 | 29 | 36 |
| Octal | 272 | 147 | 133 | 0 | 55 | 63 | 33 | 10 | 51 | 66 |
| Binary | 10111010 | 1100111 | 1011011 | 0 | 101101 | 110011 | 11011 | 1000 | 101001 | 110110 |
Color Harmonies of #BA675B
Complementary color
Monochromatic Colors of #BA675B
Black with #BA675B
Text Example
Text Example
White with #BA675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA675B; }
p { color: rgb(186,103,91); }
H1.HeaderClassName
{
color: #BA675B;
}
.AnyTagClassName
{
color: #BA675B;
}
</style>
background-color css
<style>
a { background-color: #BA675B; }
a { background-color: rgb(186,103,91); }
div.DivClassName
{
background-color: #BA675B;
}
.BgClassName
{
background-color: #BA675B;
}
</style>
border-color css
<style>
span { border-color: #BA675B; }
span { border-color: rgb(186,103,91); }
td.TdClassName
{
border-color: #BA675B;
}
.TagClassName
{
border-color: #BA675B;
}
</style>