Shades of Sunglo #B86759
Tints of Sunglo #B86759
RGB
CMYK
RGB Variations
Color information
#B86759 (or 0xB86759) is known color: Sunglo. HEX triplet: B8, 67 and 59. RGB value is (184,103,89). Sum of RGB (Red+Green+Blue) = 184+103+89=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B86759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86759 is #4798A6. Grayscale: #7D7D7D. Windows color (decimal): -4692135 or 5859256. OLE color: 5859256.
HSL color Cylindrical-coordinate representation of color #B86759: hue angle of 8.84º 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 #B86759 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 89 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.28 |
| HSL | 8.84º | 0.4% | 0.54% | - |
| HSV(B) | 8.84º | 0.52% | 0.72% | - |
| XYZ | 26.42 | 20.61 | 12.04 | - |
| YUV | 125.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 89 | 0 | 0.44 | 0.52 | 0.28 | 8.84 | 0.4 | 0.54 |
| Hex | B8 | 67 | 59 | 0 | 2C | 34 | 1C | 9 | 28 | 36 |
| Octal | 270 | 147 | 131 | 0 | 54 | 64 | 34 | 11 | 50 | 66 |
| Binary | 10111000 | 1100111 | 1011001 | 0 | 101100 | 110100 | 11100 | 1001 | 101000 | 110110 |
Color Harmonies of #B86759
Complementary color
Monochromatic Colors of #B86759
Black with #B86759
Text Example
Text Example
White with #B86759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86759; }
p { color: rgb(184,103,89); }
H1.HeaderClassName
{
color: #B86759;
}
.AnyTagClassName
{
color: #B86759;
}
</style>
background-color css
<style>
a { background-color: #B86759; }
a { background-color: rgb(184,103,89); }
div.DivClassName
{
background-color: #B86759;
}
.BgClassName
{
background-color: #B86759;
}
</style>
border-color css
<style>
span { border-color: #B86759; }
span { border-color: rgb(184,103,89); }
td.TdClassName
{
border-color: #B86759;
}
.TagClassName
{
border-color: #B86759;
}
</style>