Shades of Sunglo #B96657
Tints of Sunglo #B96657
RGB
CMYK
RGB Variations
Color information
#B96657 (or 0xB96657) is known color: Sunglo. HEX triplet: B9, 66 and 57. RGB value is (185,102,87). Sum of RGB (Red+Green+Blue) = 185+102+87=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96657 is #4699A8. Grayscale: #7D7D7D. Windows color (decimal): -4626857 or 5727929. OLE color: 5727929.
HSL color Cylindrical-coordinate representation of color #B96657: hue angle of 9.18º 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 #B96657 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 87 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.27 |
| HSL | 9.18º | 0.41% | 0.53% | - |
| HSV(B) | 9.18º | 0.53% | 0.73% | - |
| XYZ | 26.48 | 20.51 | 11.58 | - |
| YUV | 125.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 87 | 0 | 0.45 | 0.53 | 0.27 | 9.18 | 0.41 | 0.53 |
| Hex | B9 | 66 | 57 | 0 | 2D | 35 | 1B | 9 | 29 | 35 |
| Octal | 271 | 146 | 127 | 0 | 55 | 65 | 33 | 11 | 51 | 65 |
| Binary | 10111001 | 1100110 | 1010111 | 0 | 101101 | 110101 | 11011 | 1001 | 101001 | 110101 |
Color Harmonies of #B96657
Complementary color
Monochromatic Colors of #B96657
Black with #B96657
Text Example
Text Example
White with #B96657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96657; }
p { color: rgb(185,102,87); }
H1.HeaderClassName
{
color: #B96657;
}
.AnyTagClassName
{
color: #B96657;
}
</style>
background-color css
<style>
a { background-color: #B96657; }
a { background-color: rgb(185,102,87); }
div.DivClassName
{
background-color: #B96657;
}
.BgClassName
{
background-color: #B96657;
}
</style>
border-color css
<style>
span { border-color: #B96657; }
span { border-color: rgb(185,102,87); }
td.TdClassName
{
border-color: #B96657;
}
.TagClassName
{
border-color: #B96657;
}
</style>