Shades of Sunglo #B76659
Tints of Sunglo #B76659
RGB
CMYK
RGB Variations
Color information
#B76659 (or 0xB76659) is known color: Sunglo. HEX triplet: B7, 66 and 59. RGB value is (183,102,89). Sum of RGB (Red+Green+Blue) = 183+102+89=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B76659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76659 is #4899A6. Grayscale: #7C7C7C. Windows color (decimal): -4757927 or 5858999. OLE color: 5858999.
HSL color Cylindrical-coordinate representation of color #B76659: hue angle of 8.3º 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 #B76659 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 89 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.28 |
| HSL | 8.3º | 0.39% | 0.53% | - |
| HSV(B) | 8.3º | 0.51% | 0.72% | - |
| XYZ | 26.08 | 20.29 | 11.99 | - |
| YUV | 124.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 89 | 0 | 0.44 | 0.51 | 0.28 | 8.3 | 0.39 | 0.53 |
| Hex | B7 | 66 | 59 | 0 | 2C | 33 | 1C | 8 | 27 | 35 |
| Octal | 267 | 146 | 131 | 0 | 54 | 63 | 34 | 10 | 47 | 65 |
| Binary | 10110111 | 1100110 | 1011001 | 0 | 101100 | 110011 | 11100 | 1000 | 100111 | 110101 |
Color Harmonies of #B76659
Complementary color
Monochromatic Colors of #B76659
Black with #B76659
Text Example
Text Example
White with #B76659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76659; }
p { color: rgb(183,102,89); }
H1.HeaderClassName
{
color: #B76659;
}
.AnyTagClassName
{
color: #B76659;
}
</style>
background-color css
<style>
a { background-color: #B76659; }
a { background-color: rgb(183,102,89); }
div.DivClassName
{
background-color: #B76659;
}
.BgClassName
{
background-color: #B76659;
}
</style>
border-color css
<style>
span { border-color: #B76659; }
span { border-color: rgb(183,102,89); }
td.TdClassName
{
border-color: #B76659;
}
.TagClassName
{
border-color: #B76659;
}
</style>