Shades of Sunglo #B76256
Tints of Sunglo #B76256
RGB
CMYK
RGB Variations
Color information
#B76256 (or 0xB76256) is known color: Sunglo. HEX triplet: B7, 62 and 56. RGB value is (183,98,86). Sum of RGB (Red+Green+Blue) = 183+98+86=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76256 is #489DA9. Grayscale: #7A7A7A. Windows color (decimal): -4758954 or 5661367. OLE color: 5661367.
HSL color Cylindrical-coordinate representation of color #B76256: hue angle of 7.42º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76256 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 86 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.28 |
| HSL | 7.42º | 0.4% | 0.53% | - |
| HSV(B) | 7.42º | 0.53% | 0.72% | - |
| XYZ | 25.58 | 19.47 | 11.22 | - |
| YUV | 122.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 86 | 0 | 0.46 | 0.53 | 0.28 | 7.42 | 0.4 | 0.53 |
| Hex | B7 | 62 | 56 | 0 | 2E | 35 | 1C | 7 | 28 | 35 |
| Octal | 267 | 142 | 126 | 0 | 56 | 65 | 34 | 7 | 50 | 65 |
| Binary | 10110111 | 1100010 | 1010110 | 0 | 101110 | 110101 | 11100 | 111 | 101000 | 110101 |
Color Harmonies of #B76256
Complementary color
Monochromatic Colors of #B76256
Black with #B76256
Text Example
Text Example
White with #B76256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76256; }
p { color: rgb(183,98,86); }
H1.HeaderClassName
{
color: #B76256;
}
.AnyTagClassName
{
color: #B76256;
}
</style>
background-color css
<style>
a { background-color: #B76256; }
a { background-color: rgb(183,98,86); }
div.DivClassName
{
background-color: #B76256;
}
.BgClassName
{
background-color: #B76256;
}
</style>
border-color css
<style>
span { border-color: #B76256; }
span { border-color: rgb(183,98,86); }
td.TdClassName
{
border-color: #B76256;
}
.TagClassName
{
border-color: #B76256;
}
</style>