Html Css Color HEX #BA5E53 Flame Pea

📋 copy color: '#BA5E53'

red 186 ◦ green 94 ◦ blue 83

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

Shades of Flame Pea #BA5E53

Tints of Flame Pea #BA5E53

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 51.24%
G = 25.9%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA5E53 (or 0xBA5E53) is known color: Flame Pea. HEX triplet: BA, 5E and 53. RGB value is (186,94,83). Sum of RGB (Red+Green+Blue) = 186+94+83=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E53 is #45A1AC. Grayscale: #787878. Windows color (decimal): -4563373 or 5463738. OLE color: 5463738.

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

Color convert

RGB 186 94 83 -
CMYK 0 0.49 0.55 0.27
HSL 6.41º 0.43% 0.53% -
HSV(B) 6.41º 0.55% 0.73% -
XYZ 25.81 19.07 10.5 -
YUV 120.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 186 94 83 0 0.49 0.55 0.27 6.41 0.43 0.53
Hex BA 5E 53 0 31 37 1B 6 2B 35
Octal 272 136 123 0 61 67 33 6 53 65
Binary 10111010 1011110 1010011 0 110001 110111 11011 110 101011 110101

Color Harmonies of #BA5E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E53

Black with #BA5E53

Text Example


Text Example

White with #BA5E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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