#BF574B

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

Shades of Sunset #BF574B

Tints of Sunset #BF574B

Color information

#BF574B (or 0xBF574B) is unknown color: approx Sunset. HEX triplet: BF, 57 and 4B. RGB value is (191,87,75). Sum of RGB (Red+Green+Blue) = 191+87+75=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF574B is #40A8B4. Grayscale: #747474. Windows color (decimal): -4237493 or 4937663. OLE color: 4937663.

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

Color convert

RGB1918775-
CMYK00.540.610.25
HSL6.21º47.54%52.16%-
HSV(B)6.21º60.73%74.9%-
XYZ26.1618.48.83-
YUV116.73104.46180.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=54.11%
G=24.65%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191877500.540.610.256.2147.5452.16
HexBF574B0363D1963034
Octal277127113066753166064
Binary1011111110101111001011011011011110111001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF574B; }

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

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

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

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

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

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

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

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