Shades of Sunset #BD574E
Tints of Sunset #BD574E
RGB
CMYK
RGB Variations
Color information
#BD574E (or 0xBD574E) is known color: Sunset. HEX triplet: BD, 57 and 4E. RGB value is (189,87,78). Sum of RGB (Red+Green+Blue) = 189+87+78=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD574E is #42A8B1. Grayscale: #747474. Windows color (decimal): -4368562 or 5134269. OLE color: 5134269.
HSL color Cylindrical-coordinate representation of color #BD574E: hue angle of 4.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD574E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 78 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.26 |
| HSL | 4.86º | 0.46% | 0.52% | - |
| HSV(B) | 4.86º | 0.59% | 0.74% | - |
| XYZ | 25.77 | 18.19 | 9.36 | - |
| YUV | 116.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 78 | 0 | 0.54 | 0.59 | 0.26 | 4.86 | 0.46 | 0.52 |
| Hex | BD | 57 | 4E | 0 | 36 | 3B | 1A | 5 | 2E | 34 |
| Octal | 275 | 127 | 116 | 0 | 66 | 73 | 32 | 5 | 56 | 64 |
| Binary | 10111101 | 1010111 | 1001110 | 0 | 110110 | 111011 | 11010 | 101 | 101110 | 110100 |
Color Harmonies of #BD574E
Complementary color
Monochromatic Colors of #BD574E
Black with #BD574E
Text Example
Text Example
White with #BD574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD574E; }
p { color: rgb(189,87,78); }
H1.HeaderClassName
{
color: #BD574E;
}
.AnyTagClassName
{
color: #BD574E;
}
</style>
background-color css
<style>
a { background-color: #BD574E; }
a { background-color: rgb(189,87,78); }
div.DivClassName
{
background-color: #BD574E;
}
.BgClassName
{
background-color: #BD574E;
}
</style>
border-color css
<style>
span { border-color: #BD574E; }
span { border-color: rgb(189,87,78); }
td.TdClassName
{
border-color: #BD574E;
}
.TagClassName
{
border-color: #BD574E;
}
</style>