Shades of Sunglo #B96554
Tints of Sunglo #B96554
RGB
CMYK
RGB Variations
Color information
#B96554 (or 0xB96554) is known color: Sunglo. HEX triplet: B9, 65 and 54. RGB value is (185,101,84). Sum of RGB (Red+Green+Blue) = 185+101+84=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96554 is #469AAB. Grayscale: #7C7C7C. Windows color (decimal): -4627116 or 5531065. OLE color: 5531065.
HSL color Cylindrical-coordinate representation of color #B96554: hue angle of 10.1º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96554 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 84 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.27 |
| HSL | 10.1º | 0.42% | 0.53% | - |
| HSV(B) | 10.1º | 0.55% | 0.73% | - |
| XYZ | 26.26 | 20.26 | 10.91 | - |
| YUV | 124.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 84 | 0 | 0.45 | 0.55 | 0.27 | 10.1 | 0.42 | 0.53 |
| Hex | B9 | 65 | 54 | 0 | 2D | 37 | 1B | A | 2A | 35 |
| Octal | 271 | 145 | 124 | 0 | 55 | 67 | 33 | 12 | 52 | 65 |
| Binary | 10111001 | 1100101 | 1010100 | 0 | 101101 | 110111 | 11011 | 1010 | 101010 | 110101 |
Color Harmonies of #B96554
Complementary color
Monochromatic Colors of #B96554
Black with #B96554
Text Example
Text Example
White with #B96554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96554; }
p { color: rgb(185,101,84); }
H1.HeaderClassName
{
color: #B96554;
}
.AnyTagClassName
{
color: #B96554;
}
</style>
background-color css
<style>
a { background-color: #B96554; }
a { background-color: rgb(185,101,84); }
div.DivClassName
{
background-color: #B96554;
}
.BgClassName
{
background-color: #B96554;
}
</style>
border-color css
<style>
span { border-color: #B96554; }
span { border-color: rgb(185,101,84); }
td.TdClassName
{
border-color: #B96554;
}
.TagClassName
{
border-color: #B96554;
}
</style>