Html Css Color HEX #BA6249 Flame Pea

📋 copy color: '#BA6249'

red 186 ◦ green 98 ◦ blue 73

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

Shades of Flame Pea #BA6249

Tints of Flame Pea #BA6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 52.1%
G = 27.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6249 (or 0xBA6249) is known color: Flame Pea. HEX triplet: BA, 62 and 49. RGB value is (186,98,73). Sum of RGB (Red+Green+Blue) = 186+98+73=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6249 is #459DB6. Grayscale: #797979. Windows color (decimal): -4562359 or 4809402. OLE color: 4809402.

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

Color convert

RGB 186 98 73 -
CMYK 0 0.47 0.61 0.27
HSL 13.27º 0.45% 0.51% -
HSV(B) 13.27º 0.61% 0.73% -
XYZ 25.82 19.66 8.74 -
YUV 121.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 186 98 73 0 0.47 0.61 0.27 13.27 0.45 0.51
Hex BA 62 49 0 2F 3D 1B D 2D 33
Octal 272 142 111 0 57 75 33 15 55 63
Binary 10111010 1100010 1001001 0 101111 111101 11011 1101 101101 110011

Color Harmonies of #BA6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6249

Black with #BA6249

Text Example


Text Example

White with #BA6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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