Html Css Color HEX #BA614D Flame Pea

📋 copy color: '#BA614D'

red 186 ◦ green 97 ◦ blue 77

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

Shades of Flame Pea #BA614D

Tints of Flame Pea #BA614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

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

R = 51.67%
G = 26.94%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA614D (or 0xBA614D) is known color: Flame Pea. HEX triplet: BA, 61 and 4D. RGB value is (186,97,77). Sum of RGB (Red+Green+Blue) = 186+97+77=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA614D is #459EB2. Grayscale: #797979. Windows color (decimal): -4562611 or 5071290. OLE color: 5071290.

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

Color convert

RGB 186 97 77 -
CMYK 0 0.48 0.59 0.27
HSL 11.01º 0.44% 0.52% -
HSV(B) 11.01º 0.59% 0.73% -
XYZ 25.86 19.52 9.43 -
YUV 121.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 186 97 77 0 0.48 0.59 0.27 11.01 0.44 0.52
Hex BA 61 4D 0 30 3B 1B B 2C 34
Octal 272 141 115 0 60 73 33 13 54 64
Binary 10111010 1100001 1001101 0 110000 111011 11011 1011 101100 110100

Color Harmonies of #BA614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA614D

Black with #BA614D

Text Example


Text Example

White with #BA614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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