Shades of Sunglo #B96558
Tints of Sunglo #B96558
RGB
CMYK
RGB Variations
Color information
#B96558 (or 0xB96558) is known color: Sunglo. HEX triplet: B9, 65 and 58. RGB value is (185,101,88). Sum of RGB (Red+Green+Blue) = 185+101+88=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96558 is #469AA7. Grayscale: #7C7C7C. Windows color (decimal): -4627112 or 5793209. OLE color: 5793209.
HSL color Cylindrical-coordinate representation of color #B96558: hue angle of 8.04º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96558 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 88 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.27 |
| HSL | 8.04º | 0.41% | 0.54% | - |
| HSV(B) | 8.04º | 0.52% | 0.73% | - |
| XYZ | 26.42 | 20.33 | 11.76 | - |
| YUV | 124.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 88 | 0 | 0.45 | 0.52 | 0.27 | 8.04 | 0.41 | 0.54 |
| Hex | B9 | 65 | 58 | 0 | 2D | 34 | 1B | 8 | 29 | 36 |
| Octal | 271 | 145 | 130 | 0 | 55 | 64 | 33 | 10 | 51 | 66 |
| Binary | 10111001 | 1100101 | 1011000 | 0 | 101101 | 110100 | 11011 | 1000 | 101001 | 110110 |
Color Harmonies of #B96558
Complementary color
Monochromatic Colors of #B96558
Black with #B96558
Text Example
Text Example
White with #B96558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96558; }
p { color: rgb(185,101,88); }
H1.HeaderClassName
{
color: #B96558;
}
.AnyTagClassName
{
color: #B96558;
}
</style>
background-color css
<style>
a { background-color: #B96558; }
a { background-color: rgb(185,101,88); }
div.DivClassName
{
background-color: #B96558;
}
.BgClassName
{
background-color: #B96558;
}
</style>
border-color css
<style>
span { border-color: #B96558; }
span { border-color: rgb(185,101,88); }
td.TdClassName
{
border-color: #B96558;
}
.TagClassName
{
border-color: #B96558;
}
</style>