Html Css Color HEX #BA644D Flame Pea

📋 copy color: '#BA644D'

red 186 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #BA644D

Tints of Flame Pea #BA644D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 51.24%
G = 27.55%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA644D (or 0xBA644D) is known color: Flame Pea. HEX triplet: BA, 64 and 4D. RGB value is (186,100,77). Sum of RGB (Red+Green+Blue) = 186+100+77=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA644D is #459BB2. Grayscale: #7B7B7B. Windows color (decimal): -4561843 or 5072058. OLE color: 5072058.

HSL color Cylindrical-coordinate representation of color #BA644D: hue angle of 12.66º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA644D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 100 77 -
CMYK 0 0.46 0.59 0.27
HSL 12.66º 0.44% 0.52% -
HSV(B) 12.66º 0.59% 0.73% -
XYZ 26.15 20.09 9.52 -
YUV 123.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 186 100 77 0 0.46 0.59 0.27 12.66 0.44 0.52
Hex BA 64 4D 0 2E 3B 1B D 2C 34
Octal 272 144 115 0 56 73 33 15 54 64
Binary 10111010 1100100 1001101 0 101110 111011 11011 1101 101100 110100

Color Harmonies of #BA644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA644D

Black with #BA644D

Text Example


Text Example

White with #BA644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA644D; }

 p { color: rgb(186,100,77); }

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

background-color css

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

 a { background-color: rgb(186,100,77); }

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

border-color css

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

 span { border-color: rgb(186,100,77); }

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