Shades of Sunglo #B86257
Tints of Sunglo #B86257
RGB
CMYK
RGB Variations
Color information
#B86257 (or 0xB86257) is known color: Sunglo. HEX triplet: B8, 62 and 57. RGB value is (184,98,87). Sum of RGB (Red+Green+Blue) = 184+98+87=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B86257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86257 is #479DA8. Grayscale: #7A7A7A. Windows color (decimal): -4693417 or 5726904. OLE color: 5726904.
HSL color Cylindrical-coordinate representation of color #B86257: hue angle of 6.8º 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 #B86257 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 87 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.28 |
| HSL | 6.8º | 0.41% | 0.53% | - |
| HSV(B) | 6.8º | 0.53% | 0.72% | - |
| XYZ | 25.86 | 19.61 | 11.44 | - |
| YUV | 122.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 87 | 0 | 0.47 | 0.53 | 0.28 | 6.8 | 0.41 | 0.53 |
| Hex | B8 | 62 | 57 | 0 | 2F | 35 | 1C | 7 | 29 | 35 |
| Octal | 270 | 142 | 127 | 0 | 57 | 65 | 34 | 7 | 51 | 65 |
| Binary | 10111000 | 1100010 | 1010111 | 0 | 101111 | 110101 | 11100 | 111 | 101001 | 110101 |
Color Harmonies of #B86257
Complementary color
Monochromatic Colors of #B86257
Black with #B86257
Text Example
Text Example
White with #B86257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86257; }
p { color: rgb(184,98,87); }
H1.HeaderClassName
{
color: #B86257;
}
.AnyTagClassName
{
color: #B86257;
}
</style>
background-color css
<style>
a { background-color: #B86257; }
a { background-color: rgb(184,98,87); }
div.DivClassName
{
background-color: #B86257;
}
.BgClassName
{
background-color: #B86257;
}
</style>
border-color css
<style>
span { border-color: #B86257; }
span { border-color: rgb(184,98,87); }
td.TdClassName
{
border-color: #B86257;
}
.TagClassName
{
border-color: #B86257;
}
</style>