Shades of Sunset #BF554C
Tints of Sunset #BF554C
RGB
CMYK
RGB Variations
Color information
#BF554C (or 0xBF554C) is known color: Sunset. HEX triplet: BF, 55 and 4C. RGB value is (191,85,76). Sum of RGB (Red+Green+Blue) = 191+85+76=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF554C is #40AAB3. Grayscale: #737373. Windows color (decimal): -4238004 or 5002687. OLE color: 5002687.
HSL color Cylindrical-coordinate representation of color #BF554C: hue angle of 4.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF554C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 76 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.25 |
| HSL | 4.7º | 0.47% | 0.52% | - |
| HSV(B) | 4.7º | 0.6% | 0.75% | - |
| XYZ | 26.04 | 18.1 | 8.96 | - |
| YUV | 115.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 76 | 0 | 0.55 | 0.60 | 0.25 | 4.7 | 0.47 | 0.52 |
| Hex | BF | 55 | 4C | 0 | 37 | 3C | 19 | 5 | 2F | 34 |
| Octal | 277 | 125 | 114 | 0 | 67 | 74 | 31 | 5 | 57 | 64 |
| Binary | 10111111 | 1010101 | 1001100 | 0 | 110111 | 111100 | 11001 | 101 | 101111 | 110100 |
Color Harmonies of #BF554C
Complementary color
Monochromatic Colors of #BF554C
Black with #BF554C
Text Example
Text Example
White with #BF554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF554C; }
p { color: rgb(191,85,76); }
H1.HeaderClassName
{
color: #BF554C;
}
.AnyTagClassName
{
color: #BF554C;
}
</style>
background-color css
<style>
a { background-color: #BF554C; }
a { background-color: rgb(191,85,76); }
div.DivClassName
{
background-color: #BF554C;
}
.BgClassName
{
background-color: #BF554C;
}
</style>
border-color css
<style>
span { border-color: #BF554C; }
span { border-color: rgb(191,85,76); }
td.TdClassName
{
border-color: #BF554C;
}
.TagClassName
{
border-color: #BF554C;
}
</style>