Shades of Sunset #BD5047
Tints of Sunset #BD5047
RGB
CMYK
RGB Variations
Color information
#BD5047 (or 0xBD5047) is known color: Sunset. HEX triplet: BD, 50 and 47. RGB value is (189,80,71). Sum of RGB (Red+Green+Blue) = 189+80+71=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5047 is #42AFB8. Grayscale: #6F6F6F. Windows color (decimal): -4370361 or 4673725. OLE color: 4673725.
HSL color Cylindrical-coordinate representation of color #BD5047: hue angle of 4.58º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5047 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 71 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.26 |
| HSL | 4.58º | 0.47% | 0.51% | - |
| HSV(B) | 4.58º | 0.62% | 0.74% | - |
| XYZ | 24.99 | 17.01 | 7.93 | - |
| YUV | 111.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 71 | 0 | 0.58 | 0.62 | 0.26 | 4.58 | 0.47 | 0.51 |
| Hex | BD | 50 | 47 | 0 | 3A | 3E | 1A | 5 | 2F | 33 |
| Octal | 275 | 120 | 107 | 0 | 72 | 76 | 32 | 5 | 57 | 63 |
| Binary | 10111101 | 1010000 | 1000111 | 0 | 111010 | 111110 | 11010 | 101 | 101111 | 110011 |
Color Harmonies of #BD5047
Complementary color
Monochromatic Colors of #BD5047
Black with #BD5047
Text Example
Text Example
White with #BD5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5047; }
p { color: rgb(189,80,71); }
H1.HeaderClassName
{
color: #BD5047;
}
.AnyTagClassName
{
color: #BD5047;
}
</style>
background-color css
<style>
a { background-color: #BD5047; }
a { background-color: rgb(189,80,71); }
div.DivClassName
{
background-color: #BD5047;
}
.BgClassName
{
background-color: #BD5047;
}
</style>
border-color css
<style>
span { border-color: #BD5047; }
span { border-color: rgb(189,80,71); }
td.TdClassName
{
border-color: #BD5047;
}
.TagClassName
{
border-color: #BD5047;
}
</style>