Html Css Color HEX #BA5D47 Flame Pea

📋 copy color: '#BA5D47'

red 186 ◦ green 93 ◦ blue 71

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

Shades of Flame Pea #BA5D47

Tints of Flame Pea #BA5D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 53.14%
G = 26.57%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5D47 (or 0xBA5D47) is known color: Flame Pea. HEX triplet: BA, 5D and 47. RGB value is (186,93,71). Sum of RGB (Red+Green+Blue) = 186+93+71=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D47 is #45A2B8. Grayscale: #767676. Windows color (decimal): -4563641 or 4677050. OLE color: 4677050.

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

Color convert

RGB 186 93 71 -
CMYK 0 0.5 0.62 0.27
HSL 11.48º 0.45% 0.5% -
HSV(B) 11.48º 0.62% 0.73% -
XYZ 25.3 18.72 8.24 -
YUV 118.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 186 93 71 0 0.5 0.62 0.27 11.48 0.45 0.5
Hex BA 5D 47 0 32 3E 1B B 2D 32
Octal 272 135 107 0 62 76 33 13 55 62
Binary 10111010 1011101 1000111 0 110010 111110 11011 1011 101101 110010

Color Harmonies of #BA5D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D47

Black with #BA5D47

Text Example


Text Example

White with #BA5D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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