Html Css Color HEX #BA573E Flame Pea

📋 copy color: '#BA573E'

red 186 ◦ green 87 ◦ blue 62

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

Shades of Flame Pea #BA573E

Tints of Flame Pea #BA573E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 55.52%
G = 25.97%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA573E (or 0xBA573E) is known color: Flame Pea. HEX triplet: BA, 57 and 3E. RGB value is (186,87,62). Sum of RGB (Red+Green+Blue) = 186+87+62=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573E is #45A8C1. Grayscale: #717171. Windows color (decimal): -4565186 or 4085690. OLE color: 4085690.

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

Color convert

RGB 186 87 62 -
CMYK 0 0.53 0.67 0.27
HSL 12.1º 0.5% 0.49% -
HSV(B) 12.1º 0.67% 0.73% -
XYZ 24.53 17.6 6.66 -
YUV 113.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 186 87 62 0 0.53 0.67 0.27 12.1 0.5 0.49
Hex BA 57 3E 0 35 43 1B C 32 31
Octal 272 127 76 0 65 103 33 14 62 61
Binary 10111010 1010111 111110 0 110101 1000011 11011 1100 110010 110001

Color Harmonies of #BA573E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA573E

Black with #BA573E

Text Example


Text Example

White with #BA573E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA573E; }

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

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

background-color css

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

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

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

border-color css

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

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

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