Shades of Sunset #BF5250
Tints of Sunset #BF5250
RGB
CMYK
RGB Variations
Color information
#BF5250 (or 0xBF5250) is known color: Sunset. HEX triplet: BF, 52 and 50. RGB value is (191,82,80). Sum of RGB (Red+Green+Blue) = 191+82+80=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5250 is #40ADAF. Grayscale: #727272. Windows color (decimal): -4238768 or 5264063. OLE color: 5264063.
HSL color Cylindrical-coordinate representation of color #BF5250: hue angle of 1.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5250 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 80 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.25 |
| HSL | 1.08º | 0.46% | 0.53% | - |
| HSV(B) | 1.08º | 0.58% | 0.75% | - |
| XYZ | 25.95 | 17.69 | 9.64 | - |
| YUV | 114.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 80 | 0 | 0.57 | 0.58 | 0.25 | 1.08 | 0.46 | 0.53 |
| Hex | BF | 52 | 50 | 0 | 39 | 3A | 19 | 1 | 2E | 35 |
| Octal | 277 | 122 | 120 | 0 | 71 | 72 | 31 | 1 | 56 | 65 |
| Binary | 10111111 | 1010010 | 1010000 | 0 | 111001 | 111010 | 11001 | 1 | 101110 | 110101 |
Color Harmonies of #BF5250
Complementary color
Monochromatic Colors of #BF5250
Black with #BF5250
Text Example
Text Example
White with #BF5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5250; }
p { color: rgb(191,82,80); }
H1.HeaderClassName
{
color: #BF5250;
}
.AnyTagClassName
{
color: #BF5250;
}
</style>
background-color css
<style>
a { background-color: #BF5250; }
a { background-color: rgb(191,82,80); }
div.DivClassName
{
background-color: #BF5250;
}
.BgClassName
{
background-color: #BF5250;
}
</style>
border-color css
<style>
span { border-color: #BF5250; }
span { border-color: rgb(191,82,80); }
td.TdClassName
{
border-color: #BF5250;
}
.TagClassName
{
border-color: #BF5250;
}
</style>