Shades of Sunglo #BD5F58
Tints of Sunglo #BD5F58
RGB
CMYK
RGB Variations
Color information
#BD5F58 (or 0xBD5F58) is known color: Sunglo. HEX triplet: BD, 5F and 58. RGB value is (189,95,88). Sum of RGB (Red+Green+Blue) = 189+95+88=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F58 is #42A0A7. Grayscale: #7A7A7A. Windows color (decimal): -4366504 or 5791677. OLE color: 5791677.
HSL color Cylindrical-coordinate representation of color #BD5F58: hue angle of 4.16º 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 #BD5F58 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 88 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.26 |
| HSL | 4.16º | 0.43% | 0.54% | - |
| HSV(B) | 4.16º | 0.53% | 0.74% | - |
| XYZ | 26.84 | 19.71 | 11.62 | - |
| YUV | 122.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 88 | 0 | 0.50 | 0.53 | 0.26 | 4.16 | 0.43 | 0.54 |
| Hex | BD | 5F | 58 | 0 | 32 | 35 | 1A | 4 | 2B | 36 |
| Octal | 275 | 137 | 130 | 0 | 62 | 65 | 32 | 4 | 53 | 66 |
| Binary | 10111101 | 1011111 | 1011000 | 0 | 110010 | 110101 | 11010 | 100 | 101011 | 110110 |
Color Harmonies of #BD5F58
Complementary color
Monochromatic Colors of #BD5F58
Black with #BD5F58
Text Example
Text Example
White with #BD5F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F58; }
p { color: rgb(189,95,88); }
H1.HeaderClassName
{
color: #BD5F58;
}
.AnyTagClassName
{
color: #BD5F58;
}
</style>
background-color css
<style>
a { background-color: #BD5F58; }
a { background-color: rgb(189,95,88); }
div.DivClassName
{
background-color: #BD5F58;
}
.BgClassName
{
background-color: #BD5F58;
}
</style>
border-color css
<style>
span { border-color: #BD5F58; }
span { border-color: rgb(189,95,88); }
td.TdClassName
{
border-color: #BD5F58;
}
.TagClassName
{
border-color: #BD5F58;
}
</style>