Shades of Sunglo #B86258
Tints of Sunglo #B86258
RGB
CMYK
RGB Variations
Color information
#B86258 (or 0xB86258) is known color: Sunglo. HEX triplet: B8, 62 and 58. RGB value is (184,98,88). Sum of RGB (Red+Green+Blue) = 184+98+88=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B86258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86258 is #479DA7. Grayscale: #7A7A7A. Windows color (decimal): -4693416 or 5792440. OLE color: 5792440.
HSL color Cylindrical-coordinate representation of color #B86258: hue angle of 6.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86258 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 88 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.28 |
| HSL | 6.25º | 0.4% | 0.53% | - |
| HSV(B) | 6.25º | 0.52% | 0.72% | - |
| XYZ | 25.9 | 19.63 | 11.66 | - |
| YUV | 122.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 88 | 0 | 0.47 | 0.52 | 0.28 | 6.25 | 0.4 | 0.53 |
| Hex | B8 | 62 | 58 | 0 | 2F | 34 | 1C | 6 | 28 | 35 |
| Octal | 270 | 142 | 130 | 0 | 57 | 64 | 34 | 6 | 50 | 65 |
| Binary | 10111000 | 1100010 | 1011000 | 0 | 101111 | 110100 | 11100 | 110 | 101000 | 110101 |
Color Harmonies of #B86258
Complementary color
Monochromatic Colors of #B86258
Black with #B86258
Text Example
Text Example
White with #B86258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86258; }
p { color: rgb(184,98,88); }
H1.HeaderClassName
{
color: #B86258;
}
.AnyTagClassName
{
color: #B86258;
}
</style>
background-color css
<style>
a { background-color: #B86258; }
a { background-color: rgb(184,98,88); }
div.DivClassName
{
background-color: #B86258;
}
.BgClassName
{
background-color: #B86258;
}
</style>
border-color css
<style>
span { border-color: #B86258; }
span { border-color: rgb(184,98,88); }
td.TdClassName
{
border-color: #B86258;
}
.TagClassName
{
border-color: #B86258;
}
</style>