#BE574A

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

Shades of Flame Pea #BE574A

Tints of Flame Pea #BE574A

Color information

#BE574A (or 0xBE574A) is unknown color: approx Flame Pea. HEX triplet: BE, 57 and 4A. RGB value is (190,87,74). Sum of RGB (Red+Green+Blue) = 190+87+74=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE574A is #41A8B5. Grayscale: #747474. Windows color (decimal): -4303030 or 4872126. OLE color: 4872126.

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

Color convert

RGB1908774-
CMYK00.540.610.25
HSL6.72º47.15%51.76%-
HSV(B)6.72º61.05%74.51%-
XYZ25.8818.268.64-
YUV116.32104.12180.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=54.13%
G=24.79%
B=21.08%

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
Decimal190877400.540.610.256.7247.1551.76
HexBE574A0363D1972f34
Octal276127112066753175764
Binary1011111010101111001010011011011110111001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE574A; }

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

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

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

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

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

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

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

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