Shades of Sunglo #B96B59
Tints of Sunglo #B96B59
RGB
CMYK
RGB Variations
Color information
#B96B59 (or 0xB96B59) is known color: Sunglo. HEX triplet: B9, 6B and 59. RGB value is (185,107,89). Sum of RGB (Red+Green+Blue) = 185+107+89=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B59 is #4694A6. Grayscale: #808080. Windows color (decimal): -4625575 or 5860281. OLE color: 5860281.
HSL color Cylindrical-coordinate representation of color #B96B59: hue angle of 11.25º 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 #B96B59 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 89 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.27 |
| HSL | 11.25º | 0.41% | 0.54% | - |
| HSV(B) | 11.25º | 0.52% | 0.73% | - |
| XYZ | 27.07 | 21.55 | 12.18 | - |
| YUV | 128.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 89 | 0 | 0.42 | 0.52 | 0.27 | 11.25 | 0.41 | 0.54 |
| Hex | B9 | 6B | 59 | 0 | 2A | 34 | 1B | B | 29 | 36 |
| Octal | 271 | 153 | 131 | 0 | 52 | 64 | 33 | 13 | 51 | 66 |
| Binary | 10111001 | 1101011 | 1011001 | 0 | 101010 | 110100 | 11011 | 1011 | 101001 | 110110 |
Color Harmonies of #B96B59
Complementary color
Monochromatic Colors of #B96B59
Black with #B96B59
Text Example
Text Example
White with #B96B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B59; }
p { color: rgb(185,107,89); }
H1.HeaderClassName
{
color: #B96B59;
}
.AnyTagClassName
{
color: #B96B59;
}
</style>
background-color css
<style>
a { background-color: #B96B59; }
a { background-color: rgb(185,107,89); }
div.DivClassName
{
background-color: #B96B59;
}
.BgClassName
{
background-color: #B96B59;
}
</style>
border-color css
<style>
span { border-color: #B96B59; }
span { border-color: rgb(185,107,89); }
td.TdClassName
{
border-color: #B96B59;
}
.TagClassName
{
border-color: #B96B59;
}
</style>