Shades of Sunglo #B96756
Tints of Sunglo #B96756
RGB
CMYK
RGB Variations
Color information
#B96756 (or 0xB96756) is known color: Sunglo. HEX triplet: B9, 67 and 56. RGB value is (185,103,86). Sum of RGB (Red+Green+Blue) = 185+103+86=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96756 is #4698A9. Grayscale: #7D7D7D. Windows color (decimal): -4626602 or 5662649. OLE color: 5662649.
HSL color Cylindrical-coordinate representation of color #B96756: hue angle of 10.3º degrees, saturation: 0.41, 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 #B96756 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 86 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.27 |
| HSL | 10.3º | 0.41% | 0.53% | - |
| HSV(B) | 10.3º | 0.54% | 0.73% | - |
| XYZ | 26.54 | 20.69 | 11.4 | - |
| YUV | 125.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 86 | 0 | 0.44 | 0.54 | 0.27 | 10.3 | 0.41 | 0.53 |
| Hex | B9 | 67 | 56 | 0 | 2C | 36 | 1B | A | 29 | 35 |
| Octal | 271 | 147 | 126 | 0 | 54 | 66 | 33 | 12 | 51 | 65 |
| Binary | 10111001 | 1100111 | 1010110 | 0 | 101100 | 110110 | 11011 | 1010 | 101001 | 110101 |
Color Harmonies of #B96756
Complementary color
Monochromatic Colors of #B96756
Black with #B96756
Text Example
Text Example
White with #B96756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96756; }
p { color: rgb(185,103,86); }
H1.HeaderClassName
{
color: #B96756;
}
.AnyTagClassName
{
color: #B96756;
}
</style>
background-color css
<style>
a { background-color: #B96756; }
a { background-color: rgb(185,103,86); }
div.DivClassName
{
background-color: #B96756;
}
.BgClassName
{
background-color: #B96756;
}
</style>
border-color css
<style>
span { border-color: #B96756; }
span { border-color: rgb(185,103,86); }
td.TdClassName
{
border-color: #B96756;
}
.TagClassName
{
border-color: #B96756;
}
</style>