Html Css Color HEX #BA5340 Flame Pea

📋 copy color: '#BA5340'

red 186 ◦ green 83 ◦ blue 64

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

Shades of Flame Pea #BA5340

Tints of Flame Pea #BA5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 55.86%
G = 24.92%
B = 19.22%

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

#BA5340 (or 0xBA5340) is known color: Flame Pea. HEX triplet: BA, 53 and 40. RGB value is (186,83,64). Sum of RGB (Red+Green+Blue) = 186+83+64=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5340 is #45ACBF. Grayscale: #6F6F6F. Windows color (decimal): -4566208 or 4215738. OLE color: 4215738.

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

Color convert

RGB 186 83 64 -
CMYK 0 0.55 0.66 0.27
HSL 9.34º 0.49% 0.49% -
HSV(B) 9.34º 0.66% 0.73% -
XYZ 24.27 17 6.85 -
YUV 111.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 186 83 64 0 0.55 0.66 0.27 9.34 0.49 0.49
Hex BA 53 40 0 37 42 1B 9 31 31
Octal 272 123 100 0 67 102 33 11 61 61
Binary 10111010 1010011 1000000 0 110111 1000010 11011 1001 110001 110001

Color Harmonies of #BA5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5340

Black with #BA5340

Text Example


Text Example

White with #BA5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5340; }

 p { color: rgb(186,83,64); }

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

background-color css

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

 a { background-color: rgb(186,83,64); }

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

border-color css

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

 span { border-color: rgb(186,83,64); }

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