Shades of Sunglo #B96755
Tints of Sunglo #B96755
RGB
CMYK
RGB Variations
Color information
#B96755 (or 0xB96755) is known color: Sunglo. HEX triplet: B9, 67 and 55. RGB value is (185,103,85). Sum of RGB (Red+Green+Blue) = 185+103+85=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B96755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96755 is #4698AA. Grayscale: #7D7D7D. Windows color (decimal): -4626603 or 5597113. OLE color: 5597113.
HSL color Cylindrical-coordinate representation of color #B96755: hue angle of 10.8º degrees, saturation: 0.42, 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 #B96755 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 85 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.27 |
| HSL | 10.8º | 0.42% | 0.53% | - |
| HSV(B) | 10.8º | 0.54% | 0.73% | - |
| XYZ | 26.5 | 20.67 | 11.19 | - |
| YUV | 125.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 85 | 0 | 0.44 | 0.54 | 0.27 | 10.8 | 0.42 | 0.53 |
| Hex | B9 | 67 | 55 | 0 | 2C | 36 | 1B | B | 2A | 35 |
| Octal | 271 | 147 | 125 | 0 | 54 | 66 | 33 | 13 | 52 | 65 |
| Binary | 10111001 | 1100111 | 1010101 | 0 | 101100 | 110110 | 11011 | 1011 | 101010 | 110101 |
Color Harmonies of #B96755
Complementary color
Monochromatic Colors of #B96755
Black with #B96755
Text Example
Text Example
White with #B96755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96755; }
p { color: rgb(185,103,85); }
H1.HeaderClassName
{
color: #B96755;
}
.AnyTagClassName
{
color: #B96755;
}
</style>
background-color css
<style>
a { background-color: #B96755; }
a { background-color: rgb(185,103,85); }
div.DivClassName
{
background-color: #B96755;
}
.BgClassName
{
background-color: #B96755;
}
</style>
border-color css
<style>
span { border-color: #B96755; }
span { border-color: rgb(185,103,85); }
td.TdClassName
{
border-color: #B96755;
}
.TagClassName
{
border-color: #B96755;
}
</style>