Shades of Sunset #BF5350
Tints of Sunset #BF5350
RGB
CMYK
RGB Variations
Color information
#BF5350 (or 0xBF5350) is known color: Sunset. HEX triplet: BF, 53 and 50. RGB value is (191,83,80). Sum of RGB (Red+Green+Blue) = 191+83+80=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5350 is #40ACAF. Grayscale: #737373. Windows color (decimal): -4238512 or 5264319. OLE color: 5264319.
HSL color Cylindrical-coordinate representation of color #BF5350: hue angle of 1.62º 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 #BF5350 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 80 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.25 |
| HSL | 1.62º | 0.46% | 0.53% | - |
| HSV(B) | 1.62º | 0.58% | 0.75% | - |
| XYZ | 26.03 | 17.84 | 9.66 | - |
| YUV | 114.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 80 | 0 | 0.57 | 0.58 | 0.25 | 1.62 | 0.46 | 0.53 |
| Hex | BF | 53 | 50 | 0 | 39 | 3A | 19 | 2 | 2E | 35 |
| Octal | 277 | 123 | 120 | 0 | 71 | 72 | 31 | 2 | 56 | 65 |
| Binary | 10111111 | 1010011 | 1010000 | 0 | 111001 | 111010 | 11001 | 10 | 101110 | 110101 |
Color Harmonies of #BF5350
Complementary color
Monochromatic Colors of #BF5350
Black with #BF5350
Text Example
Text Example
White with #BF5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5350; }
p { color: rgb(191,83,80); }
H1.HeaderClassName
{
color: #BF5350;
}
.AnyTagClassName
{
color: #BF5350;
}
</style>
background-color css
<style>
a { background-color: #BF5350; }
a { background-color: rgb(191,83,80); }
div.DivClassName
{
background-color: #BF5350;
}
.BgClassName
{
background-color: #BF5350;
}
</style>
border-color css
<style>
span { border-color: #BF5350; }
span { border-color: rgb(191,83,80); }
td.TdClassName
{
border-color: #BF5350;
}
.TagClassName
{
border-color: #BF5350;
}
</style>