Html Css Color HEX #BA574A Flame Pea

📋 copy color: '#BA574A'

red 186 ◦ green 87 ◦ blue 74

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

Shades of Flame Pea #BA574A

Tints of Flame Pea #BA574A

RGB

 RED value IS 186 (73.05% from 255) = 53.6%

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 53.6%
G = 25.07%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA574A (or 0xBA574A) is known color: Flame Pea. HEX triplet: BA, 57 and 4A. RGB value is (186,87,74). Sum of RGB (Red+Green+Blue) = 186+87+74=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA574A is #45A8B5. Grayscale: #737373. Windows color (decimal): -4565174 or 4872122. OLE color: 4872122.

HSL color Cylindrical-coordinate representation of color #BA574A: hue angle of 6.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA574A is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 74 -
CMYK 0 0.53 0.60 0.27
HSL 6.96º 0.45% 0.51% -
HSV(B) 6.96º 0.6% 0.73% -
XYZ 24.89 17.75 8.59 -
YUV 115.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 186 87 74 0 0.53 0.60 0.27 6.96 0.45 0.51
Hex BA 57 4A 0 35 3C 1B 7 2D 33
Octal 272 127 112 0 65 74 33 7 55 63
Binary 10111010 1010111 1001010 0 110101 111100 11011 111 101101 110011

Color Harmonies of #BA574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA574A

Black with #BA574A

Text Example


Text Example

White with #BA574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA574A; }

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

 H1.HeaderClassName
 {
   color: #BA574A;
 }
 .AnyTagClassName
 {
   color: #BA574A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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