Html Css Color HEX #BA5C49 Flame Pea

📋 copy color: '#BA5C49'

red 186 ◦ green 92 ◦ blue 73

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

Shades of Flame Pea #BA5C49

Tints of Flame Pea #BA5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 52.99%
G = 26.21%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5C49 (or 0xBA5C49) is known color: Flame Pea. HEX triplet: BA, 5C and 49. RGB value is (186,92,73). Sum of RGB (Red+Green+Blue) = 186+92+73=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C49 is #45A3B6. Grayscale: #767676. Windows color (decimal): -4563895 or 4807866. OLE color: 4807866.

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

Color convert

RGB 186 92 73 -
CMYK 0 0.51 0.61 0.27
HSL 10.09º 0.45% 0.51% -
HSV(B) 10.09º 0.61% 0.73% -
XYZ 25.28 18.57 8.56 -
YUV 117.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 186 92 73 0 0.51 0.61 0.27 10.09 0.45 0.51
Hex BA 5C 49 0 33 3D 1B A 2D 33
Octal 272 134 111 0 63 75 33 12 55 63
Binary 10111010 1011100 1001001 0 110011 111101 11011 1010 101101 110011

Color Harmonies of #BA5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C49

Black with #BA5C49

Text Example


Text Example

White with #BA5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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