Shades of Sunset #BD584F
Tints of Sunset #BD584F
RGB
CMYK
RGB Variations
Color information
#BD584F (or 0xBD584F) is known color: Sunset. HEX triplet: BD, 58 and 4F. RGB value is (189,88,79). Sum of RGB (Red+Green+Blue) = 189+88+79=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD584F is #42A7B0. Grayscale: #757575. Windows color (decimal): -4368305 or 5200061. OLE color: 5200061.
HSL color Cylindrical-coordinate representation of color #BD584F: hue angle of 4.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD584F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 79 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.26 |
| HSL | 4.91º | 0.45% | 0.53% | - |
| HSV(B) | 4.91º | 0.58% | 0.74% | - |
| XYZ | 25.89 | 18.36 | 9.58 | - |
| YUV | 117.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 79 | 0 | 0.53 | 0.58 | 0.26 | 4.91 | 0.45 | 0.53 |
| Hex | BD | 58 | 4F | 0 | 35 | 3A | 1A | 5 | 2D | 35 |
| Octal | 275 | 130 | 117 | 0 | 65 | 72 | 32 | 5 | 55 | 65 |
| Binary | 10111101 | 1011000 | 1001111 | 0 | 110101 | 111010 | 11010 | 101 | 101101 | 110101 |
Color Harmonies of #BD584F
Complementary color
Monochromatic Colors of #BD584F
Black with #BD584F
Text Example
Text Example
White with #BD584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD584F; }
p { color: rgb(189,88,79); }
H1.HeaderClassName
{
color: #BD584F;
}
.AnyTagClassName
{
color: #BD584F;
}
</style>
background-color css
<style>
a { background-color: #BD584F; }
a { background-color: rgb(189,88,79); }
div.DivClassName
{
background-color: #BD584F;
}
.BgClassName
{
background-color: #BD584F;
}
</style>
border-color css
<style>
span { border-color: #BD584F; }
span { border-color: rgb(189,88,79); }
td.TdClassName
{
border-color: #BD584F;
}
.TagClassName
{
border-color: #BD584F;
}
</style>