#BF574F

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

Shades of Sunset #BF574F

Tints of Sunset #BF574F

Color information

#BF574F (or 0xBF574F) is unknown color: approx Sunset. HEX triplet: BF, 57 and 4F. RGB value is (191,87,79). Sum of RGB (Red+Green+Blue) = 191+87+79=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF574F is #40A8B0. Grayscale: #757575. Windows color (decimal): -4237489 or 5199807. OLE color: 5199807.

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

Color convert

RGB1918779-
CMYK00.540.590.25
HSL4.29º46.67%52.94%-
HSV(B)4.29º58.64%74.9%-
XYZ26.3118.469.57-
YUV117.18106.46180.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=53.50%
G=24.37%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191877900.540.590.254.2946.6752.94
HexBF574F0363B1942f35
Octal277127117066733145765
Binary1011111110101111001111011011011101111001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF574F; }

 p { color: rgb(191,87,79); }

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

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

 a { background-color: rgb(191,87,79); }

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

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

 span { border-color: rgb(191,87,79); }

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