Shades of Sunglo #B86356
Tints of Sunglo #B86356
RGB
CMYK
RGB Variations
Color information
#B86356 (or 0xB86356) is known color: Sunglo. HEX triplet: B8, 63 and 56. RGB value is (184,99,86). Sum of RGB (Red+Green+Blue) = 184+99+86=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B86356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86356 is #479CA9. Grayscale: #7B7B7B. Windows color (decimal): -4693162 or 5661624. OLE color: 5661624.
HSL color Cylindrical-coordinate representation of color #B86356: hue angle of 7.96º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86356 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 86 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.28 |
| HSL | 7.96º | 0.41% | 0.53% | - |
| HSV(B) | 7.96º | 0.53% | 0.72% | - |
| XYZ | 25.91 | 19.79 | 11.26 | - |
| YUV | 122.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 86 | 0 | 0.46 | 0.53 | 0.28 | 7.96 | 0.41 | 0.53 |
| Hex | B8 | 63 | 56 | 0 | 2E | 35 | 1C | 8 | 29 | 35 |
| Octal | 270 | 143 | 126 | 0 | 56 | 65 | 34 | 10 | 51 | 65 |
| Binary | 10111000 | 1100011 | 1010110 | 0 | 101110 | 110101 | 11100 | 1000 | 101001 | 110101 |
Color Harmonies of #B86356
Complementary color
Monochromatic Colors of #B86356
Black with #B86356
Text Example
Text Example
White with #B86356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86356; }
p { color: rgb(184,99,86); }
H1.HeaderClassName
{
color: #B86356;
}
.AnyTagClassName
{
color: #B86356;
}
</style>
background-color css
<style>
a { background-color: #B86356; }
a { background-color: rgb(184,99,86); }
div.DivClassName
{
background-color: #B86356;
}
.BgClassName
{
background-color: #B86356;
}
</style>
border-color css
<style>
span { border-color: #B86356; }
span { border-color: rgb(184,99,86); }
td.TdClassName
{
border-color: #B86356;
}
.TagClassName
{
border-color: #B86356;
}
</style>