Html Css Color HEX #BA5E47 Flame Pea

📋 copy color: '#BA5E47'

red 186 ◦ green 94 ◦ blue 71

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

Shades of Flame Pea #BA5E47

Tints of Flame Pea #BA5E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.23%

R = 52.99%
G = 26.78%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5E47 (or 0xBA5E47) is known color: Flame Pea. HEX triplet: BA, 5E and 47. RGB value is (186,94,71). Sum of RGB (Red+Green+Blue) = 186+94+71=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E47 is #45A1B8. Grayscale: #777777. Windows color (decimal): -4563385 or 4677306. OLE color: 4677306.

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

Color convert

RGB 186 94 71 -
CMYK 0 0.49 0.62 0.27
HSL 12º 0.45% 0.5% -
HSV(B) 12º 0.62% 0.73% -
XYZ 25.39 18.9 8.27 -
YUV 118.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 186 94 71 0 0.49 0.62 0.27 12 0.45 0.5
Hex BA 5E 47 0 31 3E 1B C 2D 32
Octal 272 136 107 0 61 76 33 14 55 62
Binary 10111010 1011110 1000111 0 110001 111110 11011 1100 101101 110010

Color Harmonies of #BA5E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E47

Black with #BA5E47

Text Example


Text Example

White with #BA5E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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