Shades of Sunset #BF554D
Tints of Sunset #BF554D
RGB
CMYK
RGB Variations
Color information
#BF554D (or 0xBF554D) is known color: Sunset. HEX triplet: BF, 55 and 4D. RGB value is (191,85,77). Sum of RGB (Red+Green+Blue) = 191+85+77=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF554D is #40AAB2. Grayscale: #737373. Windows color (decimal): -4238003 or 5068223. OLE color: 5068223.
HSL color Cylindrical-coordinate representation of color #BF554D: hue angle of 4.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF554D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 77 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.25 |
| HSL | 4.21º | 0.47% | 0.53% | - |
| HSV(B) | 4.21º | 0.6% | 0.75% | - |
| XYZ | 26.07 | 18.11 | 9.14 | - |
| YUV | 115.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 77 | 0 | 0.55 | 0.60 | 0.25 | 4.21 | 0.47 | 0.53 |
| Hex | BF | 55 | 4D | 0 | 37 | 3C | 19 | 4 | 2F | 35 |
| Octal | 277 | 125 | 115 | 0 | 67 | 74 | 31 | 4 | 57 | 65 |
| Binary | 10111111 | 1010101 | 1001101 | 0 | 110111 | 111100 | 11001 | 100 | 101111 | 110101 |
Color Harmonies of #BF554D
Complementary color
Monochromatic Colors of #BF554D
Black with #BF554D
Text Example
Text Example
White with #BF554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF554D; }
p { color: rgb(191,85,77); }
H1.HeaderClassName
{
color: #BF554D;
}
.AnyTagClassName
{
color: #BF554D;
}
</style>
background-color css
<style>
a { background-color: #BF554D; }
a { background-color: rgb(191,85,77); }
div.DivClassName
{
background-color: #BF554D;
}
.BgClassName
{
background-color: #BF554D;
}
</style>
border-color css
<style>
span { border-color: #BF554D; }
span { border-color: rgb(191,85,77); }
td.TdClassName
{
border-color: #BF554D;
}
.TagClassName
{
border-color: #BF554D;
}
</style>