Shades of Sunglo #B95E54
Tints of Sunglo #B95E54
RGB
CMYK
RGB Variations
Color information
#B95E54 (or 0xB95E54) is known color: Sunglo. HEX triplet: B9, 5E and 54. RGB value is (185,94,84). Sum of RGB (Red+Green+Blue) = 185+94+84=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E54 is #46A1AB. Grayscale: #787878. Windows color (decimal): -4628908 or 5529273. OLE color: 5529273.
HSL color Cylindrical-coordinate representation of color #B95E54: hue angle of 5.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95E54 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 84 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.27 |
| HSL | 5.94º | 0.42% | 0.53% | - |
| HSV(B) | 5.94º | 0.55% | 0.73% | - |
| XYZ | 25.61 | 18.96 | 10.7 | - |
| YUV | 120.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 84 | 0 | 0.49 | 0.55 | 0.27 | 5.94 | 0.42 | 0.53 |
| Hex | B9 | 5E | 54 | 0 | 31 | 37 | 1B | 6 | 2A | 35 |
| Octal | 271 | 136 | 124 | 0 | 61 | 67 | 33 | 6 | 52 | 65 |
| Binary | 10111001 | 1011110 | 1010100 | 0 | 110001 | 110111 | 11011 | 110 | 101010 | 110101 |
Color Harmonies of #B95E54
Complementary color
Monochromatic Colors of #B95E54
Black with #B95E54
Text Example
Text Example
White with #B95E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E54; }
p { color: rgb(185,94,84); }
H1.HeaderClassName
{
color: #B95E54;
}
.AnyTagClassName
{
color: #B95E54;
}
</style>
background-color css
<style>
a { background-color: #B95E54; }
a { background-color: rgb(185,94,84); }
div.DivClassName
{
background-color: #B95E54;
}
.BgClassName
{
background-color: #B95E54;
}
</style>
border-color css
<style>
span { border-color: #B95E54; }
span { border-color: rgb(185,94,84); }
td.TdClassName
{
border-color: #B95E54;
}
.TagClassName
{
border-color: #B95E54;
}
</style>