Html Css Color HEX #BA573F Flame Pea

📋 copy color: '#BA573F'

red 186 ◦ green 87 ◦ blue 63

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

Shades of Flame Pea #BA573F

Tints of Flame Pea #BA573F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 55.36%
G = 25.89%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA573F (or 0xBA573F) is known color: Flame Pea. HEX triplet: BA, 57 and 3F. RGB value is (186,87,63). Sum of RGB (Red+Green+Blue) = 186+87+63=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA573F is #45A8C0. Grayscale: #727272. Windows color (decimal): -4565185 or 4151226. OLE color: 4151226.

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

Color convert

RGB 186 87 63 -
CMYK 0 0.53 0.66 0.27
HSL 11.71º 0.49% 0.49% -
HSV(B) 11.71º 0.66% 0.73% -
XYZ 24.56 17.61 6.81 -
YUV 113.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 186 87 63 0 0.53 0.66 0.27 11.71 0.49 0.49
Hex BA 57 3F 0 35 42 1B C 31 31
Octal 272 127 77 0 65 102 33 14 61 61
Binary 10111010 1010111 111111 0 110101 1000010 11011 1100 110001 110001

Color Harmonies of #BA573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA573F

Black with #BA573F

Text Example


Text Example

White with #BA573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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