Shades of Sunglo #B76358
Tints of Sunglo #B76358
RGB
CMYK
RGB Variations
Color information
#B76358 (or 0xB76358) is known color: Sunglo. HEX triplet: B7, 63 and 58. RGB value is (183,99,88). Sum of RGB (Red+Green+Blue) = 183+99+88=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76358 is #489CA7. Grayscale: #7A7A7A. Windows color (decimal): -4758696 or 5792695. OLE color: 5792695.
HSL color Cylindrical-coordinate representation of color #B76358: hue angle of 6.95º 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 #B76358 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 88 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.28 |
| HSL | 6.95º | 0.4% | 0.53% | - |
| HSV(B) | 6.95º | 0.52% | 0.72% | - |
| XYZ | 25.75 | 19.7 | 11.68 | - |
| YUV | 122.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 88 | 0 | 0.46 | 0.52 | 0.28 | 6.95 | 0.4 | 0.53 |
| Hex | B7 | 63 | 58 | 0 | 2E | 34 | 1C | 7 | 28 | 35 |
| Octal | 267 | 143 | 130 | 0 | 56 | 64 | 34 | 7 | 50 | 65 |
| Binary | 10110111 | 1100011 | 1011000 | 0 | 101110 | 110100 | 11100 | 111 | 101000 | 110101 |
Color Harmonies of #B76358
Complementary color
Monochromatic Colors of #B76358
Black with #B76358
Text Example
Text Example
White with #B76358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76358; }
p { color: rgb(183,99,88); }
H1.HeaderClassName
{
color: #B76358;
}
.AnyTagClassName
{
color: #B76358;
}
</style>
background-color css
<style>
a { background-color: #B76358; }
a { background-color: rgb(183,99,88); }
div.DivClassName
{
background-color: #B76358;
}
.BgClassName
{
background-color: #B76358;
}
</style>
border-color css
<style>
span { border-color: #B76358; }
span { border-color: rgb(183,99,88); }
td.TdClassName
{
border-color: #B76358;
}
.TagClassName
{
border-color: #B76358;
}
</style>