Shades of Sunset #BF564A
Tints of Sunset #BF564A
RGB
CMYK
RGB Variations
Color information
#BF564A (or 0xBF564A) is known color: Sunset. HEX triplet: BF, 56 and 4A. RGB value is (191,86,74). Sum of RGB (Red+Green+Blue) = 191+86+74=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF564A is #40A9B5. Grayscale: #747474. Windows color (decimal): -4237750 or 4871871. OLE color: 4871871.
HSL color Cylindrical-coordinate representation of color #BF564A: hue angle of 6.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF564A is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 74 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.25 |
| HSL | 6.15º | 0.48% | 0.52% | - |
| HSV(B) | 6.15º | 0.61% | 0.75% | - |
| XYZ | 26.05 | 18.23 | 8.62 | - |
| YUV | 116.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 74 | 0 | 0.55 | 0.61 | 0.25 | 6.15 | 0.48 | 0.52 |
| Hex | BF | 56 | 4A | 0 | 37 | 3D | 19 | 6 | 30 | 34 |
| Octal | 277 | 126 | 112 | 0 | 67 | 75 | 31 | 6 | 60 | 64 |
| Binary | 10111111 | 1010110 | 1001010 | 0 | 110111 | 111101 | 11001 | 110 | 110000 | 110100 |
Color Harmonies of #BF564A
Complementary color
Monochromatic Colors of #BF564A
Black with #BF564A
Text Example
Text Example
White with #BF564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF564A; }
p { color: rgb(191,86,74); }
H1.HeaderClassName
{
color: #BF564A;
}
.AnyTagClassName
{
color: #BF564A;
}
</style>
background-color css
<style>
a { background-color: #BF564A; }
a { background-color: rgb(191,86,74); }
div.DivClassName
{
background-color: #BF564A;
}
.BgClassName
{
background-color: #BF564A;
}
</style>
border-color css
<style>
span { border-color: #BF564A; }
span { border-color: rgb(191,86,74); }
td.TdClassName
{
border-color: #BF564A;
}
.TagClassName
{
border-color: #BF564A;
}
</style>