Html Css Color HEX #BA5443 Flame Pea

📋 copy color: '#BA5443'

red 186 ◦ green 84 ◦ blue 67

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

Shades of Flame Pea #BA5443

Tints of Flame Pea #BA5443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.88%

R = 55.19%
G = 24.93%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA5443 (or 0xBA5443) is known color: Flame Pea. HEX triplet: BA, 54 and 43. RGB value is (186,84,67). Sum of RGB (Red+Green+Blue) = 186+84+67=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5443 is #45ABBC. Grayscale: #707070. Windows color (decimal): -4565949 or 4412602. OLE color: 4412602.

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

Color convert

RGB 186 84 67 -
CMYK 0 0.55 0.64 0.27
HSL 8.57º 0.47% 0.5% -
HSV(B) 8.57º 0.64% 0.73% -
XYZ 24.43 17.19 7.34 -
YUV 112.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 186 84 67 0 0.55 0.64 0.27 8.57 0.47 0.5
Hex BA 54 43 0 37 40 1B 9 2F 32
Octal 272 124 103 0 67 100 33 11 57 62
Binary 10111010 1010100 1000011 0 110111 1000000 11011 1001 101111 110010

Color Harmonies of #BA5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5443

Black with #BA5443

Text Example


Text Example

White with #BA5443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5443; }

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

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

background-color css

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

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

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

border-color css

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

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

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