Shades of Sunglo #B86256
Tints of Sunglo #B86256
RGB
CMYK
RGB Variations
Color information
#B86256 (or 0xB86256) is known color: Sunglo. HEX triplet: B8, 62 and 56. RGB value is (184,98,86). Sum of RGB (Red+Green+Blue) = 184+98+86=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86256 is #479DA9. Grayscale: #7A7A7A. Windows color (decimal): -4693418 or 5661368. OLE color: 5661368.
HSL color Cylindrical-coordinate representation of color #B86256: hue angle of 7.35º 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 #B86256 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 86 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.28 |
| HSL | 7.35º | 0.41% | 0.53% | - |
| HSV(B) | 7.35º | 0.53% | 0.72% | - |
| XYZ | 25.81 | 19.6 | 11.23 | - |
| YUV | 122.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 86 | 0 | 0.47 | 0.53 | 0.28 | 7.35 | 0.41 | 0.53 |
| Hex | B8 | 62 | 56 | 0 | 2F | 35 | 1C | 7 | 29 | 35 |
| Octal | 270 | 142 | 126 | 0 | 57 | 65 | 34 | 7 | 51 | 65 |
| Binary | 10111000 | 1100010 | 1010110 | 0 | 101111 | 110101 | 11100 | 111 | 101001 | 110101 |
Color Harmonies of #B86256
Complementary color
Monochromatic Colors of #B86256
Black with #B86256
Text Example
Text Example
White with #B86256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86256; }
p { color: rgb(184,98,86); }
H1.HeaderClassName
{
color: #B86256;
}
.AnyTagClassName
{
color: #B86256;
}
</style>
background-color css
<style>
a { background-color: #B86256; }
a { background-color: rgb(184,98,86); }
div.DivClassName
{
background-color: #B86256;
}
.BgClassName
{
background-color: #B86256;
}
</style>
border-color css
<style>
span { border-color: #B86256; }
span { border-color: rgb(184,98,86); }
td.TdClassName
{
border-color: #B86256;
}
.TagClassName
{
border-color: #B86256;
}
</style>