Html Css Color HEX #BA543F Flame Pea

📋 copy color: '#BA543F'

red 186 ◦ green 84 ◦ blue 63

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

Shades of Flame Pea #BA543F

Tints of Flame Pea #BA543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

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

R = 55.86%
G = 25.23%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA543F (or 0xBA543F) is known color: Flame Pea. HEX triplet: BA, 54 and 3F. RGB value is (186,84,63). Sum of RGB (Red+Green+Blue) = 186+84+63=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA543F is #45ABC0. Grayscale: #707070. Windows color (decimal): -4565953 or 4150458. OLE color: 4150458.

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

Color convert

RGB 186 84 63 -
CMYK 0 0.55 0.66 0.27
HSL 10.24º 0.49% 0.49% -
HSV(B) 10.24º 0.66% 0.73% -
XYZ 24.32 17.14 6.73 -
YUV 112.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 186 84 63 0 0.55 0.66 0.27 10.24 0.49 0.49
Hex BA 54 3F 0 37 42 1B A 31 31
Octal 272 124 77 0 67 102 33 12 61 61
Binary 10111010 1010100 111111 0 110111 1000010 11011 1010 110001 110001

Color Harmonies of #BA543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA543F

Black with #BA543F

Text Example


Text Example

White with #BA543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA543F; }

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

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

background-color css

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

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

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

border-color css

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

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

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