Shades of Sunglo #B96455
Tints of Sunglo #B96455
RGB
CMYK
RGB Variations
Color information
#B96455 (or 0xB96455) is known color: Sunglo. HEX triplet: B9, 64 and 55. RGB value is (185,100,85). Sum of RGB (Red+Green+Blue) = 185+100+85=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96455 is #469BAA. Grayscale: #7B7B7B. Windows color (decimal): -4627371 or 5596345. OLE color: 5596345.
HSL color Cylindrical-coordinate representation of color #B96455: hue angle of 9º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96455 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 85 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.27 |
| HSL | 9º | 0.42% | 0.53% | - |
| HSV(B) | 9º | 0.54% | 0.73% | - |
| XYZ | 26.2 | 20.08 | 11.09 | - |
| YUV | 123.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 85 | 0 | 0.46 | 0.54 | 0.27 | 9 | 0.42 | 0.53 |
| Hex | B9 | 64 | 55 | 0 | 2E | 36 | 1B | 9 | 2A | 35 |
| Octal | 271 | 144 | 125 | 0 | 56 | 66 | 33 | 11 | 52 | 65 |
| Binary | 10111001 | 1100100 | 1010101 | 0 | 101110 | 110110 | 11011 | 1001 | 101010 | 110101 |
Color Harmonies of #B96455
Complementary color
Monochromatic Colors of #B96455
Black with #B96455
Text Example
Text Example
White with #B96455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96455; }
p { color: rgb(185,100,85); }
H1.HeaderClassName
{
color: #B96455;
}
.AnyTagClassName
{
color: #B96455;
}
</style>
background-color css
<style>
a { background-color: #B96455; }
a { background-color: rgb(185,100,85); }
div.DivClassName
{
background-color: #B96455;
}
.BgClassName
{
background-color: #B96455;
}
</style>
border-color css
<style>
span { border-color: #B96455; }
span { border-color: rgb(185,100,85); }
td.TdClassName
{
border-color: #B96455;
}
.TagClassName
{
border-color: #B96455;
}
</style>