Shades of Sunglo #B76559
Tints of Sunglo #B76559
RGB
CMYK
RGB Variations
Color information
#B76559 (or 0xB76559) is known color: Sunglo. HEX triplet: B7, 65 and 59. RGB value is (183,101,89). Sum of RGB (Red+Green+Blue) = 183+101+89=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76559 is #489AA6. Grayscale: #7C7C7C. Windows color (decimal): -4758183 or 5858743. OLE color: 5858743.
HSL color Cylindrical-coordinate representation of color #B76559: hue angle of 7.66º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76559 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 89 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.28 |
| HSL | 7.66º | 0.39% | 0.53% | - |
| HSV(B) | 7.66º | 0.51% | 0.72% | - |
| XYZ | 25.99 | 20.1 | 11.96 | - |
| YUV | 124.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 89 | 0 | 0.45 | 0.51 | 0.28 | 7.66 | 0.39 | 0.53 |
| Hex | B7 | 65 | 59 | 0 | 2D | 33 | 1C | 8 | 27 | 35 |
| Octal | 267 | 145 | 131 | 0 | 55 | 63 | 34 | 10 | 47 | 65 |
| Binary | 10110111 | 1100101 | 1011001 | 0 | 101101 | 110011 | 11100 | 1000 | 100111 | 110101 |
Color Harmonies of #B76559
Complementary color
Monochromatic Colors of #B76559
Black with #B76559
Text Example
Text Example
White with #B76559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76559; }
p { color: rgb(183,101,89); }
H1.HeaderClassName
{
color: #B76559;
}
.AnyTagClassName
{
color: #B76559;
}
</style>
background-color css
<style>
a { background-color: #B76559; }
a { background-color: rgb(183,101,89); }
div.DivClassName
{
background-color: #B76559;
}
.BgClassName
{
background-color: #B76559;
}
</style>
border-color css
<style>
span { border-color: #B76559; }
span { border-color: rgb(183,101,89); }
td.TdClassName
{
border-color: #B76559;
}
.TagClassName
{
border-color: #B76559;
}
</style>