#BF5245

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

Shades of Sunset #BF5245

Tints of Sunset #BF5245

Color information

#BF5245 (or 0xBF5245) is unknown color: approx Sunset. HEX triplet: BF, 52 and 45. RGB value is (191,82,69). Sum of RGB (Red+Green+Blue) = 191+82+69=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5245 is #40ADBA. Grayscale: #717171. Windows color (decimal): -4238779 or 4543167. OLE color: 4543167.

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

Color convert

RGB1918269-
CMYK00.570.640.25
HSL6.39º48.8%50.98%-
HSV(B)6.39º63.87%74.9%-
XYZ25.5817.547.67-
YUV113.11103.11183.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=55.85%
G=23.98%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191826900.570.640.256.3948.850.98
HexBF5245039401963133
Octal2771221050711003166163
Binary10111111101001010001010111001100000011001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5245; }

 p { color: rgb(191,82,69); }

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

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

 a { background-color: rgb(191,82,69); }

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

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

 span { border-color: rgb(191,82,69); }

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