Shades of Sunglo #B56358
Tints of Sunglo #B56358
RGB
CMYK
RGB Variations
Color information
#B56358 (or 0xB56358) is known color: Sunglo. HEX triplet: B5, 63 and 58. RGB value is (181,99,88). Sum of RGB (Red+Green+Blue) = 181+99+88=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B56358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56358 is #4A9CA7. Grayscale: #7A7A7A. Windows color (decimal): -4889768 or 5792693. OLE color: 5792693.
HSL color Cylindrical-coordinate representation of color #B56358: hue angle of 7.1º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56358 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 88 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.29 |
| HSL | 7.1º | 0.39% | 0.53% | - |
| HSV(B) | 7.1º | 0.51% | 0.71% | - |
| XYZ | 25.28 | 19.45 | 11.65 | - |
| YUV | 122.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 88 | 0 | 0.45 | 0.51 | 0.29 | 7.1 | 0.39 | 0.53 |
| Hex | B5 | 63 | 58 | 0 | 2D | 33 | 1D | 7 | 27 | 35 |
| Octal | 265 | 143 | 130 | 0 | 55 | 63 | 35 | 7 | 47 | 65 |
| Binary | 10110101 | 1100011 | 1011000 | 0 | 101101 | 110011 | 11101 | 111 | 100111 | 110101 |
Color Harmonies of #B56358
Complementary color
Monochromatic Colors of #B56358
Black with #B56358
Text Example
Text Example
White with #B56358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56358; }
p { color: rgb(181,99,88); }
H1.HeaderClassName
{
color: #B56358;
}
.AnyTagClassName
{
color: #B56358;
}
</style>
background-color css
<style>
a { background-color: #B56358; }
a { background-color: rgb(181,99,88); }
div.DivClassName
{
background-color: #B56358;
}
.BgClassName
{
background-color: #B56358;
}
</style>
border-color css
<style>
span { border-color: #B56358; }
span { border-color: rgb(181,99,88); }
td.TdClassName
{
border-color: #B56358;
}
.TagClassName
{
border-color: #B56358;
}
</style>