Shades of Sunglo #B9605B
Tints of Sunglo #B9605B
RGB
CMYK
RGB Variations
Color information
#B9605B (or 0xB9605B) is known color: Sunglo. HEX triplet: B9, 60 and 5B. RGB value is (185,96,91). Sum of RGB (Red+Green+Blue) = 185+96+91=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9605B is #469FA4. Grayscale: #7A7A7A. Windows color (decimal): -4628389 or 5988537. OLE color: 5988537.
HSL color Cylindrical-coordinate representation of color #B9605B: hue angle of 3.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9605B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 91 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.27 |
| HSL | 3.19º | 0.4% | 0.54% | - |
| HSV(B) | 3.19º | 0.51% | 0.73% | - |
| XYZ | 26.08 | 19.44 | 12.27 | - |
| YUV | 122.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 91 | 0 | 0.48 | 0.51 | 0.27 | 3.19 | 0.4 | 0.54 |
| Hex | B9 | 60 | 5B | 0 | 30 | 33 | 1B | 3 | 28 | 36 |
| Octal | 271 | 140 | 133 | 0 | 60 | 63 | 33 | 3 | 50 | 66 |
| Binary | 10111001 | 1100000 | 1011011 | 0 | 110000 | 110011 | 11011 | 11 | 101000 | 110110 |
Color Harmonies of #B9605B
Complementary color
Monochromatic Colors of #B9605B
Black with #B9605B
Text Example
Text Example
White with #B9605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9605B; }
p { color: rgb(185,96,91); }
H1.HeaderClassName
{
color: #B9605B;
}
.AnyTagClassName
{
color: #B9605B;
}
</style>
background-color css
<style>
a { background-color: #B9605B; }
a { background-color: rgb(185,96,91); }
div.DivClassName
{
background-color: #B9605B;
}
.BgClassName
{
background-color: #B9605B;
}
</style>
border-color css
<style>
span { border-color: #B9605B; }
span { border-color: rgb(185,96,91); }
td.TdClassName
{
border-color: #B9605B;
}
.TagClassName
{
border-color: #B9605B;
}
</style>