Shades of Sunglo #BD5F59
Tints of Sunglo #BD5F59
RGB
CMYK
RGB Variations
Color information
#BD5F59 (or 0xBD5F59) is known color: Sunglo. HEX triplet: BD, 5F and 59. RGB value is (189,95,89). Sum of RGB (Red+Green+Blue) = 189+95+89=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F59 is #42A0A6. Grayscale: #7A7A7A. Windows color (decimal): -4366503 or 5857213. OLE color: 5857213.
HSL color Cylindrical-coordinate representation of color #BD5F59: hue angle of 3.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5F59 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 95 | 89 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.26 |
| HSL | 3.6º | 0.43% | 0.55% | - |
| HSV(B) | 3.6º | 0.53% | 0.74% | - |
| XYZ | 26.88 | 19.72 | 11.84 | - |
| YUV | 122.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 89 | 0 | 0.50 | 0.53 | 0.26 | 3.6 | 0.43 | 0.55 |
| Hex | BD | 5F | 59 | 0 | 32 | 35 | 1A | 4 | 2B | 37 |
| Octal | 275 | 137 | 131 | 0 | 62 | 65 | 32 | 4 | 53 | 67 |
| Binary | 10111101 | 1011111 | 1011001 | 0 | 110010 | 110101 | 11010 | 100 | 101011 | 110111 |
Color Harmonies of #BD5F59
Complementary color
Monochromatic Colors of #BD5F59
Black with #BD5F59
Text Example
Text Example
White with #BD5F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5F59; }
p { color: rgb(189,95,89); }
H1.HeaderClassName
{
color: #BD5F59;
}
.AnyTagClassName
{
color: #BD5F59;
}
</style>
background-color css
<style>
a { background-color: #BD5F59; }
a { background-color: rgb(189,95,89); }
div.DivClassName
{
background-color: #BD5F59;
}
.BgClassName
{
background-color: #BD5F59;
}
</style>
border-color css
<style>
span { border-color: #BD5F59; }
span { border-color: rgb(189,95,89); }
td.TdClassName
{
border-color: #BD5F59;
}
.TagClassName
{
border-color: #BD5F59;
}
</style>