#BF574A

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

Shades of Flame Pea #BF574A

Tints of Flame Pea #BF574A

Color information

#BF574A (or 0xBF574A) is unknown color: approx Flame Pea. HEX triplet: BF, 57 and 4A. RGB value is (191,87,74). Sum of RGB (Red+Green+Blue) = 191+87+74=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF574A is #40A8B5. Grayscale: #747474. Windows color (decimal): -4237494 or 4872127. OLE color: 4872127.

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

Color convert

RGB1918774-
CMYK00.540.610.25
HSL6.67º47.76%51.96%-
HSV(B)6.67º61.26%74.9%-
XYZ26.1318.398.65-
YUV116.61103.96181.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=54.26%
G=24.72%
B=21.02%

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
Decimal191877400.540.610.256.6747.7651.96
HexBF574A0363D1973034
Octal277127112066753176064
Binary1011111110101111001010011011011110111001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF574A; }

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

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

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

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

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

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

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

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