Shades of Sunglo #B76259
Tints of Sunglo #B76259
RGB
CMYK
RGB Variations
Color information
#B76259 (or 0xB76259) is known color: Sunglo. HEX triplet: B7, 62 and 59. RGB value is (183,98,89). Sum of RGB (Red+Green+Blue) = 183+98+89=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76259 is #489DA6. Grayscale: #7A7A7A. Windows color (decimal): -4758951 or 5857975. OLE color: 5857975.
HSL color Cylindrical-coordinate representation of color #B76259: hue angle of 5.74º 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 #B76259 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 89 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.28 |
| HSL | 5.74º | 0.39% | 0.53% | - |
| HSV(B) | 5.74º | 0.51% | 0.72% | - |
| XYZ | 25.7 | 19.52 | 11.87 | - |
| YUV | 122.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 89 | 0 | 0.46 | 0.51 | 0.28 | 5.74 | 0.39 | 0.53 |
| Hex | B7 | 62 | 59 | 0 | 2E | 33 | 1C | 6 | 27 | 35 |
| Octal | 267 | 142 | 131 | 0 | 56 | 63 | 34 | 6 | 47 | 65 |
| Binary | 10110111 | 1100010 | 1011001 | 0 | 101110 | 110011 | 11100 | 110 | 100111 | 110101 |
Color Harmonies of #B76259
Complementary color
Monochromatic Colors of #B76259
Black with #B76259
Text Example
Text Example
White with #B76259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76259; }
p { color: rgb(183,98,89); }
H1.HeaderClassName
{
color: #B76259;
}
.AnyTagClassName
{
color: #B76259;
}
</style>
background-color css
<style>
a { background-color: #B76259; }
a { background-color: rgb(183,98,89); }
div.DivClassName
{
background-color: #B76259;
}
.BgClassName
{
background-color: #B76259;
}
</style>
border-color css
<style>
span { border-color: #B76259; }
span { border-color: rgb(183,98,89); }
td.TdClassName
{
border-color: #B76259;
}
.TagClassName
{
border-color: #B76259;
}
</style>