#BF5446

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

Shades of Sunset #BF5446

Tints of Sunset #BF5446

Color information

#BF5446 (or 0xBF5446) is unknown color: approx Sunset. HEX triplet: BF, 54 and 46. RGB value is (191,84,70). Sum of RGB (Red+Green+Blue) = 191+84+70=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5446 is #40ABB9. Grayscale: #727272. Windows color (decimal): -4238266 or 4609215. OLE color: 4609215.

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

Color convert

RGB1918470-
CMYK00.560.630.25
HSL6.94º48.59%51.18%-
HSV(B)6.94º63.35%74.9%-
XYZ25.7617.867.88-
YUV114.4102.95182.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=55.36%
G=24.35%
B=20.29%

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
Decimal191847000.560.630.256.9448.5951.18
HexBF54460383F1973133
Octal277124106070773176163
Binary1011111110101001000110011100011111111001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5446; }

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

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

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

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

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

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

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

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