Html Css Color HEX #BA5E46 Flame Pea

📋 copy color: '#BA5E46'

red 186 ◦ green 94 ◦ blue 70

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

Shades of Flame Pea #BA5E46

Tints of Flame Pea #BA5E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20%

R = 53.14%
G = 26.86%
B = 20%

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

#BA5E46 (or 0xBA5E46) is known color: Flame Pea. HEX triplet: BA, 5E and 46. RGB value is (186,94,70). Sum of RGB (Red+Green+Blue) = 186+94+70=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E46 is #45A1B9. Grayscale: #767676. Windows color (decimal): -4563386 or 4611770. OLE color: 4611770.

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

Color convert

RGB 186 94 70 -
CMYK 0 0.49 0.62 0.27
HSL 12.41º 0.46% 0.5% -
HSV(B) 12.41º 0.62% 0.73% -
XYZ 25.36 18.89 8.1 -
YUV 118.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 186 94 70 0 0.49 0.62 0.27 12.41 0.46 0.5
Hex BA 5E 46 0 31 3E 1B C 2E 32
Octal 272 136 106 0 61 76 33 14 56 62
Binary 10111010 1011110 1000110 0 110001 111110 11011 1100 101110 110010

Color Harmonies of #BA5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E46

Black with #BA5E46

Text Example


Text Example

White with #BA5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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