#BF5142

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

Shades of Sunset #BF5142

Tints of Sunset #BF5142

Color information

#BF5142 (or 0xBF5142) is unknown color: approx Sunset. HEX triplet: BF, 51 and 42. RGB value is (191,81,66). Sum of RGB (Red+Green+Blue) = 191+81+66=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5142 is #40AEBD. Grayscale: #707070. Windows color (decimal): -4239038 or 4346303. OLE color: 4346303.

HSL color Cylindrical-coordinate representation of color #BF5142: hue angle of 7.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF5142 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1918166-
CMYK00.580.650.25
HSL7.2º49.41%50.39%-
HSV(B)7.2º65.45%74.9%-
XYZ25.4117.357.16-
YUV112.18101.94184.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=56.51%
G=23.96%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191816600.580.650.257.249.4150.39
HexBF514203A411973132
Octal2771211020721013176162
Binary10111111101000110000100111010100000111001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5142; }

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

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

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

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

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

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

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

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