Shades of Sunset #BD5550
Tints of Sunset #BD5550
RGB
CMYK
RGB Variations
Color information
#BD5550 (or 0xBD5550) is known color: Sunset. HEX triplet: BD, 55 and 50. RGB value is (189,85,80). Sum of RGB (Red+Green+Blue) = 189+85+80=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5550 is #42AAAF. Grayscale: #737373. Windows color (decimal): -4369072 or 5264829. OLE color: 5264829.
HSL color Cylindrical-coordinate representation of color #BD5550: hue angle of 2.75º 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 #BD5550 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 80 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.26 |
| HSL | 2.75º | 0.45% | 0.53% | - |
| HSV(B) | 2.75º | 0.58% | 0.74% | - |
| XYZ | 25.68 | 17.9 | 9.69 | - |
| YUV | 115.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 80 | 0 | 0.55 | 0.58 | 0.26 | 2.75 | 0.45 | 0.53 |
| Hex | BD | 55 | 50 | 0 | 37 | 3A | 1A | 3 | 2D | 35 |
| Octal | 275 | 125 | 120 | 0 | 67 | 72 | 32 | 3 | 55 | 65 |
| Binary | 10111101 | 1010101 | 1010000 | 0 | 110111 | 111010 | 11010 | 11 | 101101 | 110101 |
Color Harmonies of #BD5550
Complementary color
Monochromatic Colors of #BD5550
Black with #BD5550
Text Example
Text Example
White with #BD5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5550; }
p { color: rgb(189,85,80); }
H1.HeaderClassName
{
color: #BD5550;
}
.AnyTagClassName
{
color: #BD5550;
}
</style>
background-color css
<style>
a { background-color: #BD5550; }
a { background-color: rgb(189,85,80); }
div.DivClassName
{
background-color: #BD5550;
}
.BgClassName
{
background-color: #BD5550;
}
</style>
border-color css
<style>
span { border-color: #BD5550; }
span { border-color: rgb(189,85,80); }
td.TdClassName
{
border-color: #BD5550;
}
.TagClassName
{
border-color: #BD5550;
}
</style>