Shades of Sunset #BD514F
Tints of Sunset #BD514F
RGB
CMYK
RGB Variations
Color information
#BD514F (or 0xBD514F) is known color: Sunset. HEX triplet: BD, 51 and 4F. RGB value is (189,81,79). Sum of RGB (Red+Green+Blue) = 189+81+79=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD514F is #42AEB0. Grayscale: #717171. Windows color (decimal): -4370097 or 5198269. OLE color: 5198269.
HSL color Cylindrical-coordinate representation of color #BD514F: hue angle of 1.09º 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 #BD514F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 79 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.26 |
| HSL | 1.09º | 0.45% | 0.53% | - |
| HSV(B) | 1.09º | 0.58% | 0.74% | - |
| XYZ | 25.34 | 17.27 | 9.39 | - |
| YUV | 113.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 79 | 0 | 0.57 | 0.58 | 0.26 | 1.09 | 0.45 | 0.53 |
| Hex | BD | 51 | 4F | 0 | 39 | 3A | 1A | 1 | 2D | 35 |
| Octal | 275 | 121 | 117 | 0 | 71 | 72 | 32 | 1 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1001111 | 0 | 111001 | 111010 | 11010 | 1 | 101101 | 110101 |
Color Harmonies of #BD514F
Complementary color
Monochromatic Colors of #BD514F
Black with #BD514F
Text Example
Text Example
White with #BD514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD514F; }
p { color: rgb(189,81,79); }
H1.HeaderClassName
{
color: #BD514F;
}
.AnyTagClassName
{
color: #BD514F;
}
</style>
background-color css
<style>
a { background-color: #BD514F; }
a { background-color: rgb(189,81,79); }
div.DivClassName
{
background-color: #BD514F;
}
.BgClassName
{
background-color: #BD514F;
}
</style>
border-color css
<style>
span { border-color: #BD514F; }
span { border-color: rgb(189,81,79); }
td.TdClassName
{
border-color: #BD514F;
}
.TagClassName
{
border-color: #BD514F;
}
</style>