Shades of Sunglo #B96257
Tints of Sunglo #B96257
RGB
CMYK
RGB Variations
Color information
#B96257 (or 0xB96257) is known color: Sunglo. HEX triplet: B9, 62 and 57. RGB value is (185,98,87). Sum of RGB (Red+Green+Blue) = 185+98+87=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96257 is #469DA8. Grayscale: #7A7A7A. Windows color (decimal): -4627881 or 5726905. OLE color: 5726905.
HSL color Cylindrical-coordinate representation of color #B96257: hue angle of 6.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96257 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 87 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.27 |
| HSL | 6.73º | 0.41% | 0.53% | - |
| HSV(B) | 6.73º | 0.53% | 0.73% | - |
| XYZ | 26.1 | 19.74 | 11.45 | - |
| YUV | 122.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 87 | 0 | 0.47 | 0.53 | 0.27 | 6.73 | 0.41 | 0.53 |
| Hex | B9 | 62 | 57 | 0 | 2F | 35 | 1B | 7 | 29 | 35 |
| Octal | 271 | 142 | 127 | 0 | 57 | 65 | 33 | 7 | 51 | 65 |
| Binary | 10111001 | 1100010 | 1010111 | 0 | 101111 | 110101 | 11011 | 111 | 101001 | 110101 |
Color Harmonies of #B96257
Complementary color
Monochromatic Colors of #B96257
Black with #B96257
Text Example
Text Example
White with #B96257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96257; }
p { color: rgb(185,98,87); }
H1.HeaderClassName
{
color: #B96257;
}
.AnyTagClassName
{
color: #B96257;
}
</style>
background-color css
<style>
a { background-color: #B96257; }
a { background-color: rgb(185,98,87); }
div.DivClassName
{
background-color: #B96257;
}
.BgClassName
{
background-color: #B96257;
}
</style>
border-color css
<style>
span { border-color: #B96257; }
span { border-color: rgb(185,98,87); }
td.TdClassName
{
border-color: #B96257;
}
.TagClassName
{
border-color: #B96257;
}
</style>