#BF4E46

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

Shades of Sunset #BF4E46

Tints of Sunset #BF4E46

Color information

#BF4E46 (or 0xBF4E46) is unknown color: approx Sunset. HEX triplet: BF, 4E and 46. RGB value is (191,78,70). Sum of RGB (Red+Green+Blue) = 191+78+70=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E46 is #40B1B9. Grayscale: #6F6F6F. Windows color (decimal): -4239802 or 4607679. OLE color: 4607679.

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

Color convert

RGB1917870-
CMYK00.590.630.25
HSL3.97º48.59%51.18%-
HSV(B)3.97º63.35%74.9%-
XYZ25.3216.977.74-
YUV110.87104.94185.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=56.34%
G=23.01%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191787000.590.630.253.9748.5951.18
HexBF4E4603B3F1943133
Octal277116106073773146163
Binary1011111110011101000110011101111111111001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E46; }

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

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

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

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

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

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

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

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