Shades of Sunglo #BD5E58
Tints of Sunglo #BD5E58
RGB
CMYK
RGB Variations
Color information
#BD5E58 (or 0xBD5E58) is known color: Sunglo. HEX triplet: BD, 5E and 58. RGB value is (189,94,88). Sum of RGB (Red+Green+Blue) = 189+94+88=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E58 is #42A1A7. Grayscale: #797979. Windows color (decimal): -4366760 or 5791421. OLE color: 5791421.
HSL color Cylindrical-coordinate representation of color #BD5E58: hue angle of 3.56º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5E58 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 88 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.26 |
| HSL | 3.56º | 0.43% | 0.54% | - |
| HSV(B) | 3.56º | 0.53% | 0.74% | - |
| XYZ | 26.75 | 19.53 | 11.59 | - |
| YUV | 121.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 88 | 0 | 0.50 | 0.53 | 0.26 | 3.56 | 0.43 | 0.54 |
| Hex | BD | 5E | 58 | 0 | 32 | 35 | 1A | 4 | 2B | 36 |
| Octal | 275 | 136 | 130 | 0 | 62 | 65 | 32 | 4 | 53 | 66 |
| Binary | 10111101 | 1011110 | 1011000 | 0 | 110010 | 110101 | 11010 | 100 | 101011 | 110110 |
Color Harmonies of #BD5E58
Complementary color
Monochromatic Colors of #BD5E58
Black with #BD5E58
Text Example
Text Example
White with #BD5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E58; }
p { color: rgb(189,94,88); }
H1.HeaderClassName
{
color: #BD5E58;
}
.AnyTagClassName
{
color: #BD5E58;
}
</style>
background-color css
<style>
a { background-color: #BD5E58; }
a { background-color: rgb(189,94,88); }
div.DivClassName
{
background-color: #BD5E58;
}
.BgClassName
{
background-color: #BD5E58;
}
</style>
border-color css
<style>
span { border-color: #BD5E58; }
span { border-color: rgb(189,94,88); }
td.TdClassName
{
border-color: #BD5E58;
}
.TagClassName
{
border-color: #BD5E58;
}
</style>