Html Css Color HEX #BA644E Flame Pea

📋 copy color: '#BA644E'

red 186 ◦ green 100 ◦ blue 78

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

Shades of Flame Pea #BA644E

Tints of Flame Pea #BA644E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 51.1%
G = 27.47%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA644E (or 0xBA644E) is known color: Flame Pea. HEX triplet: BA, 64 and 4E. RGB value is (186,100,78). Sum of RGB (Red+Green+Blue) = 186+100+78=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA644E is #459BB1. Grayscale: #7B7B7B. Windows color (decimal): -4561842 or 5137594. OLE color: 5137594.

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

Color convert

RGB 186 100 78 -
CMYK 0 0.46 0.58 0.27
HSL 12.22º 0.44% 0.52% -
HSV(B) 12.22º 0.58% 0.73% -
XYZ 26.18 20.1 9.71 -
YUV 123.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 186 100 78 0 0.46 0.58 0.27 12.22 0.44 0.52
Hex BA 64 4E 0 2E 3A 1B C 2C 34
Octal 272 144 116 0 56 72 33 14 54 64
Binary 10111010 1100100 1001110 0 101110 111010 11011 1100 101100 110100

Color Harmonies of #BA644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA644E

Black with #BA644E

Text Example


Text Example

White with #BA644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA644E; }

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

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

background-color css

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

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

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

border-color css

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

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

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