Shades of Sunset #BF534D
Tints of Sunset #BF534D
RGB
CMYK
RGB Variations
Color information
#BF534D (or 0xBF534D) is known color: Sunset. HEX triplet: BF, 53 and 4D. RGB value is (191,83,77). Sum of RGB (Red+Green+Blue) = 191+83+77=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF534D is #40ACB2. Grayscale: #727272. Windows color (decimal): -4238515 or 5067711. OLE color: 5067711.
HSL color Cylindrical-coordinate representation of color #BF534D: hue angle of 3.16º 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 #BF534D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 77 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.25 |
| HSL | 3.16º | 0.47% | 0.53% | - |
| HSV(B) | 3.16º | 0.6% | 0.75% | - |
| XYZ | 25.92 | 17.8 | 9.09 | - |
| YUV | 114.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 77 | 0 | 0.57 | 0.60 | 0.25 | 3.16 | 0.47 | 0.53 |
| Hex | BF | 53 | 4D | 0 | 39 | 3C | 19 | 3 | 2F | 35 |
| Octal | 277 | 123 | 115 | 0 | 71 | 74 | 31 | 3 | 57 | 65 |
| Binary | 10111111 | 1010011 | 1001101 | 0 | 111001 | 111100 | 11001 | 11 | 101111 | 110101 |
Color Harmonies of #BF534D
Complementary color
Monochromatic Colors of #BF534D
Black with #BF534D
Text Example
Text Example
White with #BF534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF534D; }
p { color: rgb(191,83,77); }
H1.HeaderClassName
{
color: #BF534D;
}
.AnyTagClassName
{
color: #BF534D;
}
</style>
background-color css
<style>
a { background-color: #BF534D; }
a { background-color: rgb(191,83,77); }
div.DivClassName
{
background-color: #BF534D;
}
.BgClassName
{
background-color: #BF534D;
}
</style>
border-color css
<style>
span { border-color: #BF534D; }
span { border-color: rgb(191,83,77); }
td.TdClassName
{
border-color: #BF534D;
}
.TagClassName
{
border-color: #BF534D;
}
</style>