Shades of Sunset #BF574C
Tints of Sunset #BF574C
RGB
CMYK
RGB Variations
Color information
#BF574C (or 0xBF574C) is known color: Sunset. HEX triplet: BF, 57 and 4C. RGB value is (191,87,76). Sum of RGB (Red+Green+Blue) = 191+87+76=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF574C is #40A8B3. Grayscale: #747474. Windows color (decimal): -4237492 or 5003199. OLE color: 5003199.
HSL color Cylindrical-coordinate representation of color #BF574C: hue angle of 5.74º 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 #BF574C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 76 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.25 |
| HSL | 5.74º | 0.47% | 0.52% | - |
| HSV(B) | 5.74º | 0.6% | 0.75% | - |
| XYZ | 26.2 | 18.41 | 9.01 | - |
| YUV | 116.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 76 | 0 | 0.54 | 0.60 | 0.25 | 5.74 | 0.47 | 0.52 |
| Hex | BF | 57 | 4C | 0 | 36 | 3C | 19 | 6 | 2F | 34 |
| Octal | 277 | 127 | 114 | 0 | 66 | 74 | 31 | 6 | 57 | 64 |
| Binary | 10111111 | 1010111 | 1001100 | 0 | 110110 | 111100 | 11001 | 110 | 101111 | 110100 |
Color Harmonies of #BF574C
Complementary color
Monochromatic Colors of #BF574C
Black with #BF574C
Text Example
Text Example
White with #BF574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF574C; }
p { color: rgb(191,87,76); }
H1.HeaderClassName
{
color: #BF574C;
}
.AnyTagClassName
{
color: #BF574C;
}
</style>
background-color css
<style>
a { background-color: #BF574C; }
a { background-color: rgb(191,87,76); }
div.DivClassName
{
background-color: #BF574C;
}
.BgClassName
{
background-color: #BF574C;
}
</style>
border-color css
<style>
span { border-color: #BF574C; }
span { border-color: rgb(191,87,76); }
td.TdClassName
{
border-color: #BF574C;
}
.TagClassName
{
border-color: #BF574C;
}
</style>