Shades of Sunset #BF534F
Tints of Sunset #BF534F
RGB
CMYK
RGB Variations
Color information
#BF534F (or 0xBF534F) is known color: Sunset. HEX triplet: BF, 53 and 4F. RGB value is (191,83,79). Sum of RGB (Red+Green+Blue) = 191+83+79=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF534F is #40ACB0. Grayscale: #727272. Windows color (decimal): -4238513 or 5198783. OLE color: 5198783.
HSL color Cylindrical-coordinate representation of color #BF534F: hue angle of 2.14º 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 #BF534F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 79 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.25 |
| HSL | 2.14º | 0.47% | 0.53% | - |
| HSV(B) | 2.14º | 0.59% | 0.75% | - |
| XYZ | 25.99 | 17.83 | 9.47 | - |
| YUV | 114.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 79 | 0 | 0.57 | 0.59 | 0.25 | 2.14 | 0.47 | 0.53 |
| Hex | BF | 53 | 4F | 0 | 39 | 3B | 19 | 2 | 2F | 35 |
| Octal | 277 | 123 | 117 | 0 | 71 | 73 | 31 | 2 | 57 | 65 |
| Binary | 10111111 | 1010011 | 1001111 | 0 | 111001 | 111011 | 11001 | 10 | 101111 | 110101 |
Color Harmonies of #BF534F
Complementary color
Monochromatic Colors of #BF534F
Black with #BF534F
Text Example
Text Example
White with #BF534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF534F; }
p { color: rgb(191,83,79); }
H1.HeaderClassName
{
color: #BF534F;
}
.AnyTagClassName
{
color: #BF534F;
}
</style>
background-color css
<style>
a { background-color: #BF534F; }
a { background-color: rgb(191,83,79); }
div.DivClassName
{
background-color: #BF534F;
}
.BgClassName
{
background-color: #BF534F;
}
</style>
border-color css
<style>
span { border-color: #BF534F; }
span { border-color: rgb(191,83,79); }
td.TdClassName
{
border-color: #BF534F;
}
.TagClassName
{
border-color: #BF534F;
}
</style>