Shades of Sunset #BD5250
Tints of Sunset #BD5250
RGB
CMYK
RGB Variations
Color information
#BD5250 (or 0xBD5250) is known color: Sunset. HEX triplet: BD, 52 and 50. RGB value is (189,82,80). Sum of RGB (Red+Green+Blue) = 189+82+80=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5250 is #42ADAF. Grayscale: #717171. Windows color (decimal): -4369840 or 5264061. OLE color: 5264061.
HSL color Cylindrical-coordinate representation of color #BD5250: hue angle of 1.1º 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 #BD5250 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 80 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.26 |
| HSL | 1.1º | 0.45% | 0.53% | - |
| HSV(B) | 1.1º | 0.58% | 0.74% | - |
| XYZ | 25.45 | 17.43 | 9.61 | - |
| YUV | 113.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 80 | 0 | 0.57 | 0.58 | 0.26 | 1.1 | 0.45 | 0.53 |
| Hex | BD | 52 | 50 | 0 | 39 | 3A | 1A | 1 | 2D | 35 |
| Octal | 275 | 122 | 120 | 0 | 71 | 72 | 32 | 1 | 55 | 65 |
| Binary | 10111101 | 1010010 | 1010000 | 0 | 111001 | 111010 | 11010 | 1 | 101101 | 110101 |
Color Harmonies of #BD5250
Complementary color
Monochromatic Colors of #BD5250
Black with #BD5250
Text Example
Text Example
White with #BD5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5250; }
p { color: rgb(189,82,80); }
H1.HeaderClassName
{
color: #BD5250;
}
.AnyTagClassName
{
color: #BD5250;
}
</style>
background-color css
<style>
a { background-color: #BD5250; }
a { background-color: rgb(189,82,80); }
div.DivClassName
{
background-color: #BD5250;
}
.BgClassName
{
background-color: #BD5250;
}
</style>
border-color css
<style>
span { border-color: #BD5250; }
span { border-color: rgb(189,82,80); }
td.TdClassName
{
border-color: #BD5250;
}
.TagClassName
{
border-color: #BD5250;
}
</style>