Html Css Color HEX #BA6649 Flame Pea

📋 copy color: '#BA6649'

red 186 ◦ green 102 ◦ blue 73

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

Shades of Flame Pea #BA6649

Tints of Flame Pea #BA6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 51.52%
G = 28.25%
B = 20.22%

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

#BA6649 (or 0xBA6649) is known color: Flame Pea. HEX triplet: BA, 66 and 49. RGB value is (186,102,73). Sum of RGB (Red+Green+Blue) = 186+102+73=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6649 is #4599B6. Grayscale: #7C7C7C. Windows color (decimal): -4561335 or 4810426. OLE color: 4810426.

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

Color convert

RGB 186 102 73 -
CMYK 0 0.45 0.61 0.27
HSL 15.4º 0.45% 0.51% -
HSV(B) 15.4º 0.61% 0.73% -
XYZ 26.2 20.42 8.86 -
YUV 123.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 186 102 73 0 0.45 0.61 0.27 15.4 0.45 0.51
Hex BA 66 49 0 2D 3D 1B F 2D 33
Octal 272 146 111 0 55 75 33 17 55 63
Binary 10111010 1100110 1001001 0 101101 111101 11011 1111 101101 110011

Color Harmonies of #BA6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6649

Black with #BA6649

Text Example


Text Example

White with #BA6649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6649; }

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

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

background-color css

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

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

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

border-color css

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

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

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