Shades of Sunset #BD504D
Tints of Sunset #BD504D
RGB
CMYK
RGB Variations
Color information
#BD504D (or 0xBD504D) is known color: Sunset. HEX triplet: BD, 50 and 4D. RGB value is (189,80,77). Sum of RGB (Red+Green+Blue) = 189+80+77=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD504D is #42AFB2. Grayscale: #707070. Windows color (decimal): -4370355 or 5066941. OLE color: 5066941.
HSL color Cylindrical-coordinate representation of color #BD504D: hue angle of 1.61º 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 #BD504D is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 77 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.26 |
| HSL | 1.61º | 0.46% | 0.52% | - |
| HSV(B) | 1.61º | 0.59% | 0.74% | - |
| XYZ | 25.19 | 17.09 | 8.99 | - |
| YUV | 112.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 77 | 0 | 0.58 | 0.59 | 0.26 | 1.61 | 0.46 | 0.52 |
| Hex | BD | 50 | 4D | 0 | 3A | 3B | 1A | 2 | 2E | 34 |
| Octal | 275 | 120 | 115 | 0 | 72 | 73 | 32 | 2 | 56 | 64 |
| Binary | 10111101 | 1010000 | 1001101 | 0 | 111010 | 111011 | 11010 | 10 | 101110 | 110100 |
Color Harmonies of #BD504D
Complementary color
Monochromatic Colors of #BD504D
Black with #BD504D
Text Example
Text Example
White with #BD504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD504D; }
p { color: rgb(189,80,77); }
H1.HeaderClassName
{
color: #BD504D;
}
.AnyTagClassName
{
color: #BD504D;
}
</style>
background-color css
<style>
a { background-color: #BD504D; }
a { background-color: rgb(189,80,77); }
div.DivClassName
{
background-color: #BD504D;
}
.BgClassName
{
background-color: #BD504D;
}
</style>
border-color css
<style>
span { border-color: #BD504D; }
span { border-color: rgb(189,80,77); }
td.TdClassName
{
border-color: #BD504D;
}
.TagClassName
{
border-color: #BD504D;
}
</style>