#BF5042

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

Shades of Sunset #BF5042

Tints of Sunset #BF5042

Color information

#BF5042 (or 0xBF5042) is unknown color: approx Sunset. HEX triplet: BF, 50 and 42. RGB value is (191,80,66). Sum of RGB (Red+Green+Blue) = 191+80+66=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5042 is #40AFBD. Grayscale: #6F6F6F. Windows color (decimal): -4239294 or 4346047. OLE color: 4346047.

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

Color convert

RGB1918066-
CMYK00.580.650.25
HSL6.72º49.41%50.39%-
HSV(B)6.72º65.45%74.9%-
XYZ25.3417.217.14-
YUV111.59102.27184.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=56.68%
G=23.74%
B=19.58%

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
Decimal191806600.580.650.256.7249.4150.39
HexBF504203A411973132
Octal2771201020721013176162
Binary10111111101000010000100111010100000111001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5042; }

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

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

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

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

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

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

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

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