Shades of Sunset #BD524F
Tints of Sunset #BD524F
RGB
CMYK
RGB Variations
Color information
#BD524F (or 0xBD524F) is known color: Sunset. HEX triplet: BD, 52 and 4F. RGB value is (189,82,79). Sum of RGB (Red+Green+Blue) = 189+82+79=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD524F is #42ADB0. Grayscale: #717171. Windows color (decimal): -4369841 or 5198525. OLE color: 5198525.
HSL color Cylindrical-coordinate representation of color #BD524F: hue angle of 1.64º 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 #BD524F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 79 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.26 |
| HSL | 1.64º | 0.45% | 0.53% | - |
| HSV(B) | 1.64º | 0.58% | 0.74% | - |
| XYZ | 25.41 | 17.42 | 9.42 | - |
| YUV | 113.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 79 | 0 | 0.57 | 0.58 | 0.26 | 1.64 | 0.45 | 0.53 |
| Hex | BD | 52 | 4F | 0 | 39 | 3A | 1A | 2 | 2D | 35 |
| Octal | 275 | 122 | 117 | 0 | 71 | 72 | 32 | 2 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1001111 | 0 | 111001 | 111010 | 11010 | 10 | 101101 | 110101 |
Color Harmonies of #BD524F
Complementary color
Monochromatic Colors of #BD524F
Black with #BD524F
Text Example
Text Example
White with #BD524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD524F; }
p { color: rgb(189,82,79); }
H1.HeaderClassName
{
color: #BD524F;
}
.AnyTagClassName
{
color: #BD524F;
}
</style>
background-color css
<style>
a { background-color: #BD524F; }
a { background-color: rgb(189,82,79); }
div.DivClassName
{
background-color: #BD524F;
}
.BgClassName
{
background-color: #BD524F;
}
</style>
border-color css
<style>
span { border-color: #BD524F; }
span { border-color: rgb(189,82,79); }
td.TdClassName
{
border-color: #BD524F;
}
.TagClassName
{
border-color: #BD524F;
}
</style>