Html Css Color HEX #BA6849 Flame Pea

📋 copy color: '#BA6849'

red 186 ◦ green 104 ◦ blue 73

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

Shades of Flame Pea #BA6849

Tints of Flame Pea #BA6849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 51.24%
G = 28.65%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6849 (or 0xBA6849) is known color: Flame Pea. HEX triplet: BA, 68 and 49. RGB value is (186,104,73). Sum of RGB (Red+Green+Blue) = 186+104+73=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6849 is #4597B6. Grayscale: #7D7D7D. Windows color (decimal): -4560823 or 4810938. OLE color: 4810938.

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

Color convert

RGB 186 104 73 -
CMYK 0 0.44 0.61 0.27
HSL 16.46º 0.45% 0.51% -
HSV(B) 16.46º 0.61% 0.73% -
XYZ 26.4 20.82 8.93 -
YUV 124.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 186 104 73 0 0.44 0.61 0.27 16.46 0.45 0.51
Hex BA 68 49 0 2C 3D 1B 10 2D 33
Octal 272 150 111 0 54 75 33 20 55 63
Binary 10111010 1101000 1001001 0 101100 111101 11011 10000 101101 110011

Color Harmonies of #BA6849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6849

Black with #BA6849

Text Example


Text Example

White with #BA6849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6849; }

 p { color: rgb(186,104,73); }

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

background-color css

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

 a { background-color: rgb(186,104,73); }

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

border-color css

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

 span { border-color: rgb(186,104,73); }

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