Shades of Sunglo #B8605B
Tints of Sunglo #B8605B
RGB
CMYK
RGB Variations
Color information
#B8605B (or 0xB8605B) is known color: Sunglo. HEX triplet: B8, 60 and 5B. RGB value is (184,96,91). Sum of RGB (Red+Green+Blue) = 184+96+91=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8605B is #479FA4. Grayscale: #797979. Windows color (decimal): -4693925 or 5988536. OLE color: 5988536.
HSL color Cylindrical-coordinate representation of color #B8605B: hue angle of 3.23º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8605B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 91 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.28 |
| HSL | 3.23º | 0.4% | 0.54% | - |
| HSV(B) | 3.23º | 0.51% | 0.72% | - |
| XYZ | 25.84 | 19.31 | 12.26 | - |
| YUV | 121.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 91 | 0 | 0.48 | 0.51 | 0.28 | 3.23 | 0.4 | 0.54 |
| Hex | B8 | 60 | 5B | 0 | 30 | 33 | 1C | 3 | 28 | 36 |
| Octal | 270 | 140 | 133 | 0 | 60 | 63 | 34 | 3 | 50 | 66 |
| Binary | 10111000 | 1100000 | 1011011 | 0 | 110000 | 110011 | 11100 | 11 | 101000 | 110110 |
Color Harmonies of #B8605B
Complementary color
Monochromatic Colors of #B8605B
Black with #B8605B
Text Example
Text Example
White with #B8605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8605B; }
p { color: rgb(184,96,91); }
H1.HeaderClassName
{
color: #B8605B;
}
.AnyTagClassName
{
color: #B8605B;
}
</style>
background-color css
<style>
a { background-color: #B8605B; }
a { background-color: rgb(184,96,91); }
div.DivClassName
{
background-color: #B8605B;
}
.BgClassName
{
background-color: #B8605B;
}
</style>
border-color css
<style>
span { border-color: #B8605B; }
span { border-color: rgb(184,96,91); }
td.TdClassName
{
border-color: #B8605B;
}
.TagClassName
{
border-color: #B8605B;
}
</style>