Html Css Color HEX #BA6049 Flame Pea

📋 copy color: '#BA6049'

red 186 ◦ green 96 ◦ blue 73

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

Shades of Flame Pea #BA6049

Tints of Flame Pea #BA6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 52.39%
G = 27.04%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6049 (or 0xBA6049) is known color: Flame Pea. HEX triplet: BA, 60 and 49. RGB value is (186,96,73). Sum of RGB (Red+Green+Blue) = 186+96+73=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6049 is #459FB6. Grayscale: #787878. Windows color (decimal): -4562871 or 4808890. OLE color: 4808890.

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

Color convert

RGB 186 96 73 -
CMYK 0 0.48 0.61 0.27
HSL 12.21º 0.45% 0.51% -
HSV(B) 12.21º 0.61% 0.73% -
XYZ 25.64 19.29 8.67 -
YUV 120.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 186 96 73 0 0.48 0.61 0.27 12.21 0.45 0.51
Hex BA 60 49 0 30 3D 1B C 2D 33
Octal 272 140 111 0 60 75 33 14 55 63
Binary 10111010 1100000 1001001 0 110000 111101 11011 1100 101101 110011

Color Harmonies of #BA6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6049

Black with #BA6049

Text Example


Text Example

White with #BA6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6049; }

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

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

background-color css

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

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

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

border-color css

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

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

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