Shades of Sunset #BD504A
Tints of Sunset #BD504A
RGB
CMYK
RGB Variations
Color information
#BD504A (or 0xBD504A) is known color: Sunset. HEX triplet: BD, 50 and 4A. RGB value is (189,80,74). Sum of RGB (Red+Green+Blue) = 189+80+74=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD504A is #42AFB5. Grayscale: #707070. Windows color (decimal): -4370358 or 4870333. OLE color: 4870333.
HSL color Cylindrical-coordinate representation of color #BD504A: hue angle of 3.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD504A is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 74 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.26 |
| HSL | 3.13º | 0.47% | 0.52% | - |
| HSV(B) | 3.13º | 0.61% | 0.74% | - |
| XYZ | 25.09 | 17.05 | 8.45 | - |
| YUV | 111.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 74 | 0 | 0.58 | 0.61 | 0.26 | 3.13 | 0.47 | 0.52 |
| Hex | BD | 50 | 4A | 0 | 3A | 3D | 1A | 3 | 2F | 34 |
| Octal | 275 | 120 | 112 | 0 | 72 | 75 | 32 | 3 | 57 | 64 |
| Binary | 10111101 | 1010000 | 1001010 | 0 | 111010 | 111101 | 11010 | 11 | 101111 | 110100 |
Color Harmonies of #BD504A
Complementary color
Monochromatic Colors of #BD504A
Black with #BD504A
Text Example
Text Example
White with #BD504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD504A; }
p { color: rgb(189,80,74); }
H1.HeaderClassName
{
color: #BD504A;
}
.AnyTagClassName
{
color: #BD504A;
}
</style>
background-color css
<style>
a { background-color: #BD504A; }
a { background-color: rgb(189,80,74); }
div.DivClassName
{
background-color: #BD504A;
}
.BgClassName
{
background-color: #BD504A;
}
</style>
border-color css
<style>
span { border-color: #BD504A; }
span { border-color: rgb(189,80,74); }
td.TdClassName
{
border-color: #BD504A;
}
.TagClassName
{
border-color: #BD504A;
}
</style>