Html Css Color HEX #BA5849 Flame Pea

📋 copy color: '#BA5849'

red 186 ◦ green 88 ◦ blue 73

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

Shades of Flame Pea #BA5849

Tints of Flame Pea #BA5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

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

R = 53.6%
G = 25.36%
B = 21.04%

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

#BA5849 (or 0xBA5849) is known color: Flame Pea. HEX triplet: BA, 58 and 49. RGB value is (186,88,73). Sum of RGB (Red+Green+Blue) = 186+88+73=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5849 is #45A7B6. Grayscale: #737373. Windows color (decimal): -4564919 or 4806842. OLE color: 4806842.

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

Color convert

RGB 186 88 73 -
CMYK 0 0.53 0.61 0.27
HSL 7.96º 0.45% 0.51% -
HSV(B) 7.96º 0.61% 0.73% -
XYZ 24.94 17.9 8.44 -
YUV 115.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 186 88 73 0 0.53 0.61 0.27 7.96 0.45 0.51
Hex BA 58 49 0 35 3D 1B 8 2D 33
Octal 272 130 111 0 65 75 33 10 55 63
Binary 10111010 1011000 1001001 0 110101 111101 11011 1000 101101 110011

Color Harmonies of #BA5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5849

Black with #BA5849

Text Example


Text Example

White with #BA5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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