Html Css Color HEX #BA644C Flame Pea

📋 copy color: '#BA644C'

red 186 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #BA644C

Tints of Flame Pea #BA644C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 51.38%
G = 27.62%
B = 20.99%

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

#BA644C (or 0xBA644C) is known color: Flame Pea. HEX triplet: BA, 64 and 4C. RGB value is (186,100,76). Sum of RGB (Red+Green+Blue) = 186+100+76=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA644C is #459BB3. Grayscale: #7B7B7B. Windows color (decimal): -4561844 or 5006522. OLE color: 5006522.

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

Color convert

RGB 186 100 76 -
CMYK 0 0.46 0.59 0.27
HSL 13.09º 0.44% 0.51% -
HSV(B) 13.09º 0.59% 0.73% -
XYZ 26.11 20.08 9.34 -
YUV 122.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 186 100 76 0 0.46 0.59 0.27 13.09 0.44 0.51
Hex BA 64 4C 0 2E 3B 1B D 2C 33
Octal 272 144 114 0 56 73 33 15 54 63
Binary 10111010 1100100 1001100 0 101110 111011 11011 1101 101100 110011

Color Harmonies of #BA644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA644C

Black with #BA644C

Text Example


Text Example

White with #BA644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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