Shades of Sunglo #B86559
Tints of Sunglo #B86559
RGB
CMYK
RGB Variations
Color information
#B86559 (or 0xB86559) is known color: Sunglo. HEX triplet: B8, 65 and 59. RGB value is (184,101,89). Sum of RGB (Red+Green+Blue) = 184+101+89=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B86559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86559 is #479AA6. Grayscale: #7C7C7C. Windows color (decimal): -4692647 or 5858744. OLE color: 5858744.
HSL color Cylindrical-coordinate representation of color #B86559: hue angle of 7.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86559 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 89 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.28 |
| HSL | 7.58º | 0.4% | 0.54% | - |
| HSV(B) | 7.58º | 0.52% | 0.72% | - |
| XYZ | 26.22 | 20.22 | 11.97 | - |
| YUV | 124.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 89 | 0 | 0.45 | 0.52 | 0.28 | 7.58 | 0.4 | 0.54 |
| Hex | B8 | 65 | 59 | 0 | 2D | 34 | 1C | 8 | 28 | 36 |
| Octal | 270 | 145 | 131 | 0 | 55 | 64 | 34 | 10 | 50 | 66 |
| Binary | 10111000 | 1100101 | 1011001 | 0 | 101101 | 110100 | 11100 | 1000 | 101000 | 110110 |
Color Harmonies of #B86559
Complementary color
Monochromatic Colors of #B86559
Black with #B86559
Text Example
Text Example
White with #B86559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86559; }
p { color: rgb(184,101,89); }
H1.HeaderClassName
{
color: #B86559;
}
.AnyTagClassName
{
color: #B86559;
}
</style>
background-color css
<style>
a { background-color: #B86559; }
a { background-color: rgb(184,101,89); }
div.DivClassName
{
background-color: #B86559;
}
.BgClassName
{
background-color: #B86559;
}
</style>
border-color css
<style>
span { border-color: #B86559; }
span { border-color: rgb(184,101,89); }
td.TdClassName
{
border-color: #B86559;
}
.TagClassName
{
border-color: #B86559;
}
</style>