#BF5546

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

Shades of Sunset #BF5546

Tints of Sunset #BF5546

Color information

#BF5546 (or 0xBF5546) is unknown color: approx Sunset. HEX triplet: BF, 55 and 46. RGB value is (191,85,70). Sum of RGB (Red+Green+Blue) = 191+85+70=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5546 is #40AAB9. Grayscale: #737373. Windows color (decimal): -4238010 or 4609471. OLE color: 4609471.

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

Color convert

RGB1918570-
CMYK00.550.630.25
HSL7.44º48.59%51.18%-
HSV(B)7.44º63.35%74.9%-
XYZ25.8418.027.91-
YUV114.98102.62182.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=55.20%
G=24.57%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191857000.550.630.257.4448.5951.18
HexBF55460373F1973133
Octal277125106067773176163
Binary1011111110101011000110011011111111111001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5546; }

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

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

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

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

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

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

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

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