Html Css Color HEX #BA6749 Flame Pea

📋 copy color: '#BA6749'

red 186 ◦ green 103 ◦ blue 73

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

Shades of Flame Pea #BA6749

Tints of Flame Pea #BA6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 51.38%
G = 28.45%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6749 (or 0xBA6749) is known color: Flame Pea. HEX triplet: BA, 67 and 49. RGB value is (186,103,73). Sum of RGB (Red+Green+Blue) = 186+103+73=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6749 is #4598B6. Grayscale: #7C7C7C. Windows color (decimal): -4561079 or 4810682. OLE color: 4810682.

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

Color convert

RGB 186 103 73 -
CMYK 0 0.45 0.61 0.27
HSL 15.93º 0.45% 0.51% -
HSV(B) 15.93º 0.61% 0.73% -
XYZ 26.3 20.62 8.9 -
YUV 124.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 186 103 73 0 0.45 0.61 0.27 15.93 0.45 0.51
Hex BA 67 49 0 2D 3D 1B 10 2D 33
Octal 272 147 111 0 55 75 33 20 55 63
Binary 10111010 1100111 1001001 0 101101 111101 11011 10000 101101 110011

Color Harmonies of #BA6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6749

Black with #BA6749

Text Example


Text Example

White with #BA6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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