Html Css Color HEX #BE574A Flame Pea

📋 copy color: '#BE574A'

red 190 ◦ green 87 ◦ blue 74

#BE574A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BE574A

Tints of Flame Pea #BE574A

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.3% from 255) = 21.08%

R = 54.13%
G = 24.79%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE574A (or 0xBE574A) is known color: 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

RGB 190 87 74 -
CMYK 0 0.54 0.61 0.25
HSL 6.72º 0.47% 0.52% -
HSV(B) 6.72º 0.61% 0.75% -
XYZ 25.88 18.26 8.64 -
YUV 116.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 190 87 74 0 0.54 0.61 0.25 6.72 0.47 0.52
Hex BE 57 4A 0 36 3D 19 7 2F 34
Octal 276 127 112 0 66 75 31 7 57 64
Binary 10111110 1010111 1001010 0 110110 111101 11001 111 101111 110100

Color Harmonies of #BE574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE574A

Black with #BE574A

Text Example


Text Example

White with #BE574A

Text Example


Text Example

HTML Codes & Css Web 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>