Shades of Sunglo #B86358
Tints of Sunglo #B86358
RGB
CMYK
RGB Variations
Color information
#B86358 (or 0xB86358) is known color: Sunglo. HEX triplet: B8, 63 and 58. RGB value is (184,99,88). Sum of RGB (Red+Green+Blue) = 184+99+88=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B86358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86358 is #479CA7. Grayscale: #7B7B7B. Windows color (decimal): -4693160 or 5792696. OLE color: 5792696.
HSL color Cylindrical-coordinate representation of color #B86358: hue angle of 6.88º 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 #B86358 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 88 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.28 |
| HSL | 6.88º | 0.4% | 0.53% | - |
| HSV(B) | 6.88º | 0.52% | 0.72% | - |
| XYZ | 25.99 | 19.82 | 11.69 | - |
| YUV | 123.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 88 | 0 | 0.46 | 0.52 | 0.28 | 6.88 | 0.4 | 0.53 |
| Hex | B8 | 63 | 58 | 0 | 2E | 34 | 1C | 7 | 28 | 35 |
| Octal | 270 | 143 | 130 | 0 | 56 | 64 | 34 | 7 | 50 | 65 |
| Binary | 10111000 | 1100011 | 1011000 | 0 | 101110 | 110100 | 11100 | 111 | 101000 | 110101 |
Color Harmonies of #B86358
Complementary color
Monochromatic Colors of #B86358
Black with #B86358
Text Example
Text Example
White with #B86358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86358; }
p { color: rgb(184,99,88); }
H1.HeaderClassName
{
color: #B86358;
}
.AnyTagClassName
{
color: #B86358;
}
</style>
background-color css
<style>
a { background-color: #B86358; }
a { background-color: rgb(184,99,88); }
div.DivClassName
{
background-color: #B86358;
}
.BgClassName
{
background-color: #B86358;
}
</style>
border-color css
<style>
span { border-color: #B86358; }
span { border-color: rgb(184,99,88); }
td.TdClassName
{
border-color: #B86358;
}
.TagClassName
{
border-color: #B86358;
}
</style>