#BF5447

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

Shades of Sunset #BF5447

Tints of Sunset #BF5447

Color information

#BF5447 (or 0xBF5447) is unknown color: approx Sunset. HEX triplet: BF, 54 and 47. RGB value is (191,84,71). Sum of RGB (Red+Green+Blue) = 191+84+71=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5447 is #40ABB8. Grayscale: #727272. Windows color (decimal): -4238265 or 4674751. OLE color: 4674751.

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

Color convert

RGB1918471-
CMYK00.560.630.25
HSL6.5º48.39%51.37%-
HSV(B)6.5º62.83%74.9%-
XYZ25.7917.878.05-
YUV114.51103.45182.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=55.20%
G=24.28%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191847100.560.630.256.548.3951.37
HexBF54470383F1973033
Octal277124107070773176063
Binary1011111110101001000111011100011111111001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5447; }

 p { color: rgb(191,84,71); }

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

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

 a { background-color: rgb(191,84,71); }

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

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

 span { border-color: rgb(191,84,71); }

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