#BF5041

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

Shades of Sunset #BF5041

Tints of Sunset #BF5041

Color information

#BF5041 (or 0xBF5041) is unknown color: approx Sunset. HEX triplet: BF, 50 and 41. RGB value is (191,80,65). Sum of RGB (Red+Green+Blue) = 191+80+65=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5041 is #40AFBE. Grayscale: #6F6F6F. Windows color (decimal): -4239295 or 4280511. OLE color: 4280511.

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

Color convert

RGB1918065-
CMYK00.580.660.25
HSL7.14º49.61%50.2%-
HSV(B)7.14º65.97%74.9%-
XYZ25.3117.26.99-
YUV111.48101.77184.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=56.85%
G=23.81%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191806500.580.660.257.1449.6150.2
HexBF504103A421973232
Octal2771201010721023176262
Binary10111111101000010000010111010100001011001111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5041; }

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

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

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

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

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

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

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

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