Shades of Sunset #BF4E4E
Tints of Sunset #BF4E4E
RGB
CMYK
RGB Variations
Color information
#BF4E4E (or 0xBF4E4E) is known color: Sunset. HEX triplet: BF, 4E and 4E. RGB value is (191,78,78). Sum of RGB (Red+Green+Blue) = 191+78+78=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E4E is #40B1B1. Grayscale: #6F6F6F. Windows color (decimal): -4239794 or 5131967. OLE color: 5131967.
HSL color Cylindrical-coordinate representation of color #BF4E4E: hue angle of 0º 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 #BF4E4E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 78 | 78 | - |
CMYK | 0 | 0.59 | 0.59 | 0.25 |
HSL | 0º | 0.47% | 0.53% | - |
HSV(B) | 0º | 0.59% | 0.75% | - |
XYZ | 25.59 | 17.08 | 9.16 | - |
YUV | 111.79 | 108.94 | 184.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 78 | 78 | 0 | 0.59 | 0.59 | 0.25 | 0 | 0.47 | 0.53 |
Hex | BF | 4E | 4E | 0 | 3B | 3B | 19 | 0 | 2F | 35 |
Octal | 277 | 116 | 116 | 0 | 73 | 73 | 31 | 0 | 57 | 65 |
Binary | 10111111 | 1001110 | 1001110 | 0 | 111011 | 111011 | 11001 | 0 | 101111 | 110101 |
Color Harmonies of #BF4E4E
Complementary color
Monochromatic Colors of #BF4E4E
Black with #BF4E4E
Text Example
Text Example
White with #BF4E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E4E; }
p { color: rgb(191,78,78); }
H1.HeaderClassName
{
color: #BF4E4E;
}
.AnyTagClassName
{
color: #BF4E4E;
}
</style>
background-color css
<style>
a { background-color: #BF4E4E; }
a { background-color: rgb(191,78,78); }
div.DivClassName
{
background-color: #BF4E4E;
}
.BgClassName
{
background-color: #BF4E4E;
}
</style>
border-color css
<style>
span { border-color: #BF4E4E; }
span { border-color: rgb(191,78,78); }
td.TdClassName
{
border-color: #BF4E4E;
}
.TagClassName
{
border-color: #BF4E4E;
}
</style>