Shades of Sunglo #B76458
Tints of Sunglo #B76458
RGB
CMYK
RGB Variations
Color information
#B76458 (or 0xB76458) is known color: Sunglo. HEX triplet: B7, 64 and 58. RGB value is (183,100,88). Sum of RGB (Red+Green+Blue) = 183+100+88=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76458 is #489BA7. Grayscale: #7B7B7B. Windows color (decimal): -4758440 or 5792951. OLE color: 5792951.
HSL color Cylindrical-coordinate representation of color #B76458: hue angle of 7.58º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76458 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 88 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.28 |
| HSL | 7.58º | 0.4% | 0.53% | - |
| HSV(B) | 7.58º | 0.52% | 0.72% | - |
| XYZ | 25.85 | 19.89 | 11.71 | - |
| YUV | 123.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 88 | 0 | 0.45 | 0.52 | 0.28 | 7.58 | 0.4 | 0.53 |
| Hex | B7 | 64 | 58 | 0 | 2D | 34 | 1C | 8 | 28 | 35 |
| Octal | 267 | 144 | 130 | 0 | 55 | 64 | 34 | 10 | 50 | 65 |
| Binary | 10110111 | 1100100 | 1011000 | 0 | 101101 | 110100 | 11100 | 1000 | 101000 | 110101 |
Color Harmonies of #B76458
Complementary color
Monochromatic Colors of #B76458
Black with #B76458
Text Example
Text Example
White with #B76458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76458; }
p { color: rgb(183,100,88); }
H1.HeaderClassName
{
color: #B76458;
}
.AnyTagClassName
{
color: #B76458;
}
</style>
background-color css
<style>
a { background-color: #B76458; }
a { background-color: rgb(183,100,88); }
div.DivClassName
{
background-color: #B76458;
}
.BgClassName
{
background-color: #B76458;
}
</style>
border-color css
<style>
span { border-color: #B76458; }
span { border-color: rgb(183,100,88); }
td.TdClassName
{
border-color: #B76458;
}
.TagClassName
{
border-color: #B76458;
}
</style>