Html Css Color HEX #BA5744 Flame Pea

📋 copy color: '#BA5744'

red 186 ◦ green 87 ◦ blue 68

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

Shades of Flame Pea #BA5744

Tints of Flame Pea #BA5744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 54.55%
G = 25.51%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5744 (or 0xBA5744) is known color: Flame Pea. HEX triplet: BA, 57 and 44. RGB value is (186,87,68). Sum of RGB (Red+Green+Blue) = 186+87+68=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5744 is #45A8BB. Grayscale: #727272. Windows color (decimal): -4565180 or 4478906. OLE color: 4478906.

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

Color convert

RGB 186 87 68 -
CMYK 0 0.53 0.63 0.27
HSL 9.66º 0.46% 0.5% -
HSV(B) 9.66º 0.63% 0.73% -
XYZ 24.7 17.67 7.58 -
YUV 114.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 186 87 68 0 0.53 0.63 0.27 9.66 0.46 0.5
Hex BA 57 44 0 35 3F 1B A 2E 32
Octal 272 127 104 0 65 77 33 12 56 62
Binary 10111010 1010111 1000100 0 110101 111111 11011 1010 101110 110010

Color Harmonies of #BA5744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5744

Black with #BA5744

Text Example


Text Example

White with #BA5744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5744; }

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

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

background-color css

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

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

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

border-color css

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

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

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