Shades of Sunset #BD504B
Tints of Sunset #BD504B
RGB
CMYK
RGB Variations
Color information
#BD504B (or 0xBD504B) is known color: Sunset. HEX triplet: BD, 50 and 4B. RGB value is (189,80,75). Sum of RGB (Red+Green+Blue) = 189+80+75=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD504B is #42AFB4. Grayscale: #707070. Windows color (decimal): -4370357 or 4935869. OLE color: 4935869.
HSL color Cylindrical-coordinate representation of color #BD504B: hue angle of 2.63º 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 #BD504B is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 75 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.26 |
| HSL | 2.63º | 0.46% | 0.52% | - |
| HSV(B) | 2.63º | 0.6% | 0.74% | - |
| XYZ | 25.12 | 17.06 | 8.63 | - |
| YUV | 112.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 75 | 0 | 0.58 | 0.60 | 0.26 | 2.63 | 0.46 | 0.52 |
| Hex | BD | 50 | 4B | 0 | 3A | 3C | 1A | 3 | 2E | 34 |
| Octal | 275 | 120 | 113 | 0 | 72 | 74 | 32 | 3 | 56 | 64 |
| Binary | 10111101 | 1010000 | 1001011 | 0 | 111010 | 111100 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BD504B
Complementary color
Monochromatic Colors of #BD504B
Black with #BD504B
Text Example
Text Example
White with #BD504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD504B; }
p { color: rgb(189,80,75); }
H1.HeaderClassName
{
color: #BD504B;
}
.AnyTagClassName
{
color: #BD504B;
}
</style>
background-color css
<style>
a { background-color: #BD504B; }
a { background-color: rgb(189,80,75); }
div.DivClassName
{
background-color: #BD504B;
}
.BgClassName
{
background-color: #BD504B;
}
</style>
border-color css
<style>
span { border-color: #BD504B; }
span { border-color: rgb(189,80,75); }
td.TdClassName
{
border-color: #BD504B;
}
.TagClassName
{
border-color: #BD504B;
}
</style>