Html Css Color HEX #BA6349 Flame Pea

📋 copy color: '#BA6349'

red 186 ◦ green 99 ◦ blue 73

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

Shades of Flame Pea #BA6349

Tints of Flame Pea #BA6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 51.96%
G = 27.65%
B = 20.39%

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

#BA6349 (or 0xBA6349) is known color: Flame Pea. HEX triplet: BA, 63 and 49. RGB value is (186,99,73). Sum of RGB (Red+Green+Blue) = 186+99+73=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6349 is #459CB6. Grayscale: #7A7A7A. Windows color (decimal): -4562103 or 4809658. OLE color: 4809658.

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

Color convert

RGB 186 99 73 -
CMYK 0 0.47 0.61 0.27
HSL 13.81º 0.45% 0.51% -
HSV(B) 13.81º 0.61% 0.73% -
XYZ 25.91 19.84 8.77 -
YUV 122.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 186 99 73 0 0.47 0.61 0.27 13.81 0.45 0.51
Hex BA 63 49 0 2F 3D 1B E 2D 33
Octal 272 143 111 0 57 75 33 16 55 63
Binary 10111010 1100011 1001001 0 101111 111101 11011 1110 101101 110011

Color Harmonies of #BA6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6349

Black with #BA6349

Text Example


Text Example

White with #BA6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6349; }

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

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

background-color css

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

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

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

border-color css

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

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

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