Html Css Color HEX #BA5749 Flame Pea

📋 copy color: '#BA5749'

red 186 ◦ green 87 ◦ blue 73

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

Shades of Flame Pea #BA5749

Tints of Flame Pea #BA5749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 53.76%
G = 25.14%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5749 (or 0xBA5749) is known color: Flame Pea. HEX triplet: BA, 57 and 49. RGB value is (186,87,73). Sum of RGB (Red+Green+Blue) = 186+87+73=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5749 is #45A8B6. Grayscale: #737373. Windows color (decimal): -4565175 or 4806586. OLE color: 4806586.

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

Color convert

RGB 186 87 73 -
CMYK 0 0.53 0.61 0.27
HSL 7.43º 0.45% 0.51% -
HSV(B) 7.43º 0.61% 0.73% -
XYZ 24.86 17.74 8.42 -
YUV 115.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 186 87 73 0 0.53 0.61 0.27 7.43 0.45 0.51
Hex BA 57 49 0 35 3D 1B 7 2D 33
Octal 272 127 111 0 65 75 33 7 55 63
Binary 10111010 1010111 1001001 0 110101 111101 11011 111 101101 110011

Color Harmonies of #BA5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5749

Black with #BA5749

Text Example


Text Example

White with #BA5749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5749; }

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

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

background-color css

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

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

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

border-color css

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

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

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