#BF514E

Color #BF514E Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #BF514E

Tints of Sunset #BF514E

Color information

#BF514E (or 0xBF514E) is unknown color: approx Sunset. HEX triplet: BF, 51 and 4E. RGB value is (191,81,78). Sum of RGB (Red+Green+Blue) = 191+81+78=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF514E is #40AEB1. Grayscale: #717171. Windows color (decimal): -4239026 or 5132735. OLE color: 5132735.

HSL color Cylindrical-coordinate representation of color #BF514E: hue angle of 1.59º 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 #BF514E is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1918178-
CMYK00.580.590.25
HSL1.59º46.89%52.75%-
HSV(B)1.59º59.16%74.9%-
XYZ25.817.519.23-
YUV113.55107.94183.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=54.57%
G=23.14%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191817800.580.590.251.5946.8952.75
HexBF514E03A3B1922f35
Octal277121116072733125765
Binary101111111010001100111001110101110111100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF514E; }

 p { color: rgb(191,81,78); }

 H1.HeaderClassName
 {
   color: #BF514E;
 }
 .AnyTagClassName
 {
   color: #BF514E;
 }
</style>
background-color css

<style>
 a { background-color: #BF514E; }

 a { background-color: rgb(191,81,78); }

 div.DivClassName
 {
   background-color: #BF514E;
 }
 .BgClassName
 {
   background-color: #BF514E;
 }
</style>
border-color css

<style>
 span { border-color: #BF514E; }

 span { border-color: rgb(191,81,78); }

 td.TdClassName
 {
   border-color: #BF514E;
 }
 .TagClassName
 {
   border-color: #BF514E;
 }
</style>