Shades of Sunset #BF524C
Tints of Sunset #BF524C
RGB
CMYK
RGB Variations
Color information
#BF524C (or 0xBF524C) is known color: Sunset. HEX triplet: BF, 52 and 4C. RGB value is (191,82,76). Sum of RGB (Red+Green+Blue) = 191+82+76=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF524C is #40ADB3. Grayscale: #727272. Windows color (decimal): -4238772 or 5001919. OLE color: 5001919.
HSL color Cylindrical-coordinate representation of color #BF524C: hue angle of 3.13º 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 #BF524C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 76 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.25 |
| HSL | 3.13º | 0.47% | 0.52% | - |
| HSV(B) | 3.13º | 0.6% | 0.75% | - |
| XYZ | 25.81 | 17.63 | 8.88 | - |
| YUV | 113.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 76 | 0 | 0.57 | 0.60 | 0.25 | 3.13 | 0.47 | 0.52 |
| Hex | BF | 52 | 4C | 0 | 39 | 3C | 19 | 3 | 2F | 34 |
| Octal | 277 | 122 | 114 | 0 | 71 | 74 | 31 | 3 | 57 | 64 |
| Binary | 10111111 | 1010010 | 1001100 | 0 | 111001 | 111100 | 11001 | 11 | 101111 | 110100 |
Color Harmonies of #BF524C
Complementary color
Monochromatic Colors of #BF524C
Black with #BF524C
Text Example
Text Example
White with #BF524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF524C; }
p { color: rgb(191,82,76); }
H1.HeaderClassName
{
color: #BF524C;
}
.AnyTagClassName
{
color: #BF524C;
}
</style>
background-color css
<style>
a { background-color: #BF524C; }
a { background-color: rgb(191,82,76); }
div.DivClassName
{
background-color: #BF524C;
}
.BgClassName
{
background-color: #BF524C;
}
</style>
border-color css
<style>
span { border-color: #BF524C; }
span { border-color: rgb(191,82,76); }
td.TdClassName
{
border-color: #BF524C;
}
.TagClassName
{
border-color: #BF524C;
}
</style>