Shades of Sunset #BD514D
Tints of Sunset #BD514D
RGB
CMYK
RGB Variations
Color information
#BD514D (or 0xBD514D) is known color: Sunset. HEX triplet: BD, 51 and 4D. RGB value is (189,81,77). Sum of RGB (Red+Green+Blue) = 189+81+77=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD514D is #42AEB2. Grayscale: #707070. Windows color (decimal): -4370099 or 5067197. OLE color: 5067197.
HSL color Cylindrical-coordinate representation of color #BD514D: hue angle of 2.14º 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 #BD514D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 77 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.26 |
| HSL | 2.14º | 0.46% | 0.52% | - |
| HSV(B) | 2.14º | 0.59% | 0.74% | - |
| XYZ | 25.27 | 17.24 | 9.02 | - |
| YUV | 112.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 77 | 0 | 0.57 | 0.59 | 0.26 | 2.14 | 0.46 | 0.52 |
| Hex | BD | 51 | 4D | 0 | 39 | 3B | 1A | 2 | 2E | 34 |
| Octal | 275 | 121 | 115 | 0 | 71 | 73 | 32 | 2 | 56 | 64 |
| Binary | 10111101 | 1010001 | 1001101 | 0 | 111001 | 111011 | 11010 | 10 | 101110 | 110100 |
Color Harmonies of #BD514D
Complementary color
Monochromatic Colors of #BD514D
Black with #BD514D
Text Example
Text Example
White with #BD514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD514D; }
p { color: rgb(189,81,77); }
H1.HeaderClassName
{
color: #BD514D;
}
.AnyTagClassName
{
color: #BD514D;
}
</style>
background-color css
<style>
a { background-color: #BD514D; }
a { background-color: rgb(189,81,77); }
div.DivClassName
{
background-color: #BD514D;
}
.BgClassName
{
background-color: #BD514D;
}
</style>
border-color css
<style>
span { border-color: #BD514D; }
span { border-color: rgb(189,81,77); }
td.TdClassName
{
border-color: #BD514D;
}
.TagClassName
{
border-color: #BD514D;
}
</style>