Shades of Sunset #BF564D
Tints of Sunset #BF564D
RGB
CMYK
RGB Variations
Color information
#BF564D (or 0xBF564D) is known color: Sunset. HEX triplet: BF, 56 and 4D. RGB value is (191,86,77). Sum of RGB (Red+Green+Blue) = 191+86+77=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF564D is #40A9B2. Grayscale: #747474. Windows color (decimal): -4237747 or 5068479. OLE color: 5068479.
HSL color Cylindrical-coordinate representation of color #BF564D: hue angle of 4.74º 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 #BF564D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 77 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.25 |
| HSL | 4.74º | 0.47% | 0.53% | - |
| HSV(B) | 4.74º | 0.6% | 0.75% | - |
| XYZ | 26.15 | 18.27 | 9.17 | - |
| YUV | 116.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 77 | 0 | 0.55 | 0.60 | 0.25 | 4.74 | 0.47 | 0.53 |
| Hex | BF | 56 | 4D | 0 | 37 | 3C | 19 | 5 | 2F | 35 |
| Octal | 277 | 126 | 115 | 0 | 67 | 74 | 31 | 5 | 57 | 65 |
| Binary | 10111111 | 1010110 | 1001101 | 0 | 110111 | 111100 | 11001 | 101 | 101111 | 110101 |
Color Harmonies of #BF564D
Complementary color
Monochromatic Colors of #BF564D
Black with #BF564D
Text Example
Text Example
White with #BF564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF564D; }
p { color: rgb(191,86,77); }
H1.HeaderClassName
{
color: #BF564D;
}
.AnyTagClassName
{
color: #BF564D;
}
</style>
background-color css
<style>
a { background-color: #BF564D; }
a { background-color: rgb(191,86,77); }
div.DivClassName
{
background-color: #BF564D;
}
.BgClassName
{
background-color: #BF564D;
}
</style>
border-color css
<style>
span { border-color: #BF564D; }
span { border-color: rgb(191,86,77); }
td.TdClassName
{
border-color: #BF564D;
}
.TagClassName
{
border-color: #BF564D;
}
</style>