Shades of Sunset #BF554E
Tints of Sunset #BF554E
RGB
CMYK
RGB Variations
Color information
#BF554E (or 0xBF554E) is known color: Sunset. HEX triplet: BF, 55 and 4E. RGB value is (191,85,78). Sum of RGB (Red+Green+Blue) = 191+85+78=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF554E is #40AAB1. Grayscale: #747474. Windows color (decimal): -4238002 or 5133759. OLE color: 5133759.
HSL color Cylindrical-coordinate representation of color #BF554E: hue angle of 3.72º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF554E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 78 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.25 |
| HSL | 3.72º | 0.47% | 0.53% | - |
| HSV(B) | 3.72º | 0.59% | 0.75% | - |
| XYZ | 26.11 | 18.12 | 9.33 | - |
| YUV | 115.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 78 | 0 | 0.55 | 0.59 | 0.25 | 3.72 | 0.47 | 0.53 |
| Hex | BF | 55 | 4E | 0 | 37 | 3B | 19 | 4 | 2F | 35 |
| Octal | 277 | 125 | 116 | 0 | 67 | 73 | 31 | 4 | 57 | 65 |
| Binary | 10111111 | 1010101 | 1001110 | 0 | 110111 | 111011 | 11001 | 100 | 101111 | 110101 |
Color Harmonies of #BF554E
Complementary color
Monochromatic Colors of #BF554E
Black with #BF554E
Text Example
Text Example
White with #BF554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF554E; }
p { color: rgb(191,85,78); }
H1.HeaderClassName
{
color: #BF554E;
}
.AnyTagClassName
{
color: #BF554E;
}
</style>
background-color css
<style>
a { background-color: #BF554E; }
a { background-color: rgb(191,85,78); }
div.DivClassName
{
background-color: #BF554E;
}
.BgClassName
{
background-color: #BF554E;
}
</style>
border-color css
<style>
span { border-color: #BF554E; }
span { border-color: rgb(191,85,78); }
td.TdClassName
{
border-color: #BF554E;
}
.TagClassName
{
border-color: #BF554E;
}
</style>