Html Css Color HEX #BA573D Flame Pea

📋 copy color: '#BA573D'

red 186 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #BA573D

Tints of Flame Pea #BA573D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 55.69%
G = 26.05%
B = 18.26%

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

#BA573D (or 0xBA573D) is known color: Flame Pea. HEX triplet: BA, 57 and 3D. RGB value is (186,87,61). Sum of RGB (Red+Green+Blue) = 186+87+61=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573D is #45A8C2. Grayscale: #717171. Windows color (decimal): -4565187 or 4020154. OLE color: 4020154.

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

Color convert

RGB 186 87 61 -
CMYK 0 0.53 0.67 0.27
HSL 12.48º 0.51% 0.48% -
HSV(B) 12.48º 0.67% 0.73% -
XYZ 24.5 17.59 6.52 -
YUV 113.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 186 87 61 0 0.53 0.67 0.27 12.48 0.51 0.48
Hex BA 57 3D 0 35 43 1B C 33 30
Octal 272 127 75 0 65 103 33 14 63 60
Binary 10111010 1010111 111101 0 110101 1000011 11011 1100 110011 110000

Color Harmonies of #BA573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA573D

Black with #BA573D

Text Example


Text Example

White with #BA573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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