Shades of Sunset #BF534C
Tints of Sunset #BF534C
RGB
CMYK
RGB Variations
Color information
#BF534C (or 0xBF534C) is known color: Sunset. HEX triplet: BF, 53 and 4C. RGB value is (191,83,76). Sum of RGB (Red+Green+Blue) = 191+83+76=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF534C is #40ACB3. Grayscale: #727272. Windows color (decimal): -4238516 or 5002175. OLE color: 5002175.
HSL color Cylindrical-coordinate representation of color #BF534C: hue angle of 3.65º 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 #BF534C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 76 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.25 |
| HSL | 3.65º | 0.47% | 0.52% | - |
| HSV(B) | 3.65º | 0.6% | 0.75% | - |
| XYZ | 25.88 | 17.78 | 8.91 | - |
| YUV | 114.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 76 | 0 | 0.57 | 0.60 | 0.25 | 3.65 | 0.47 | 0.52 |
| Hex | BF | 53 | 4C | 0 | 39 | 3C | 19 | 4 | 2F | 34 |
| Octal | 277 | 123 | 114 | 0 | 71 | 74 | 31 | 4 | 57 | 64 |
| Binary | 10111111 | 1010011 | 1001100 | 0 | 111001 | 111100 | 11001 | 100 | 101111 | 110100 |
Color Harmonies of #BF534C
Complementary color
Monochromatic Colors of #BF534C
Black with #BF534C
Text Example
Text Example
White with #BF534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF534C; }
p { color: rgb(191,83,76); }
H1.HeaderClassName
{
color: #BF534C;
}
.AnyTagClassName
{
color: #BF534C;
}
</style>
background-color css
<style>
a { background-color: #BF534C; }
a { background-color: rgb(191,83,76); }
div.DivClassName
{
background-color: #BF534C;
}
.BgClassName
{
background-color: #BF534C;
}
</style>
border-color css
<style>
span { border-color: #BF534C; }
span { border-color: rgb(191,83,76); }
td.TdClassName
{
border-color: #BF534C;
}
.TagClassName
{
border-color: #BF534C;
}
</style>