Shades of Sunglo #B56057
Tints of Sunglo #B56057
RGB
CMYK
RGB Variations
Color information
#B56057 (or 0xB56057) is known color: Sunglo. HEX triplet: B5, 60 and 57. RGB value is (181,96,87). Sum of RGB (Red+Green+Blue) = 181+96+87=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B56057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56057 is #4A9FA8. Grayscale: #787878. Windows color (decimal): -4890537 or 5726389. OLE color: 5726389.
HSL color Cylindrical-coordinate representation of color #B56057: hue angle of 5.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56057 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 87 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.29 |
| HSL | 5.74º | 0.39% | 0.53% | - |
| HSV(B) | 5.74º | 0.52% | 0.71% | - |
| XYZ | 24.96 | 18.88 | 11.35 | - |
| YUV | 120.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 87 | 0 | 0.47 | 0.52 | 0.29 | 5.74 | 0.39 | 0.53 |
| Hex | B5 | 60 | 57 | 0 | 2F | 34 | 1D | 6 | 27 | 35 |
| Octal | 265 | 140 | 127 | 0 | 57 | 64 | 35 | 6 | 47 | 65 |
| Binary | 10110101 | 1100000 | 1010111 | 0 | 101111 | 110100 | 11101 | 110 | 100111 | 110101 |
Color Harmonies of #B56057
Complementary color
Monochromatic Colors of #B56057
Black with #B56057
Text Example
Text Example
White with #B56057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56057; }
p { color: rgb(181,96,87); }
H1.HeaderClassName
{
color: #B56057;
}
.AnyTagClassName
{
color: #B56057;
}
</style>
background-color css
<style>
a { background-color: #B56057; }
a { background-color: rgb(181,96,87); }
div.DivClassName
{
background-color: #B56057;
}
.BgClassName
{
background-color: #B56057;
}
</style>
border-color css
<style>
span { border-color: #B56057; }
span { border-color: rgb(181,96,87); }
td.TdClassName
{
border-color: #B56057;
}
.TagClassName
{
border-color: #B56057;
}
</style>