Shades of Sunset #BD504C
Tints of Sunset #BD504C
RGB
CMYK
RGB Variations
Color information
#BD504C (or 0xBD504C) is known color: Sunset. HEX triplet: BD, 50 and 4C. RGB value is (189,80,76). Sum of RGB (Red+Green+Blue) = 189+80+76=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD504C is #42AFB3. Grayscale: #707070. Windows color (decimal): -4370356 or 5001405. OLE color: 5001405.
HSL color Cylindrical-coordinate representation of color #BD504C: hue angle of 2.12º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD504C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 76 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.26 |
| HSL | 2.12º | 0.46% | 0.52% | - |
| HSV(B) | 2.12º | 0.6% | 0.74% | - |
| XYZ | 25.16 | 17.08 | 8.81 | - |
| YUV | 112.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 76 | 0 | 0.58 | 0.60 | 0.26 | 2.12 | 0.46 | 0.52 |
| Hex | BD | 50 | 4C | 0 | 3A | 3C | 1A | 2 | 2E | 34 |
| Octal | 275 | 120 | 114 | 0 | 72 | 74 | 32 | 2 | 56 | 64 |
| Binary | 10111101 | 1010000 | 1001100 | 0 | 111010 | 111100 | 11010 | 10 | 101110 | 110100 |
Color Harmonies of #BD504C
Complementary color
Monochromatic Colors of #BD504C
Black with #BD504C
Text Example
Text Example
White with #BD504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD504C; }
p { color: rgb(189,80,76); }
H1.HeaderClassName
{
color: #BD504C;
}
.AnyTagClassName
{
color: #BD504C;
}
</style>
background-color css
<style>
a { background-color: #BD504C; }
a { background-color: rgb(189,80,76); }
div.DivClassName
{
background-color: #BD504C;
}
.BgClassName
{
background-color: #BD504C;
}
</style>
border-color css
<style>
span { border-color: #BD504C; }
span { border-color: rgb(189,80,76); }
td.TdClassName
{
border-color: #BD504C;
}
.TagClassName
{
border-color: #BD504C;
}
</style>