Html Css Color HEX #BA614F Flame Pea

📋 copy color: '#BA614F'

red 186 ◦ green 97 ◦ blue 79

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

Shades of Flame Pea #BA614F

Tints of Flame Pea #BA614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 51.38%
G = 26.8%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA614F (or 0xBA614F) is known color: Flame Pea. HEX triplet: BA, 61 and 4F. RGB value is (186,97,79). Sum of RGB (Red+Green+Blue) = 186+97+79=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA614F is #459EB0. Grayscale: #797979. Windows color (decimal): -4562609 or 5202362. OLE color: 5202362.

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

Color convert

RGB 186 97 79 -
CMYK 0 0.48 0.58 0.27
HSL 10.09º 0.44% 0.52% -
HSV(B) 10.09º 0.58% 0.73% -
XYZ 25.94 19.55 9.8 -
YUV 121.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 186 97 79 0 0.48 0.58 0.27 10.09 0.44 0.52
Hex BA 61 4F 0 30 3A 1B A 2C 34
Octal 272 141 117 0 60 72 33 12 54 64
Binary 10111010 1100001 1001111 0 110000 111010 11011 1010 101100 110100

Color Harmonies of #BA614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA614F

Black with #BA614F

Text Example


Text Example

White with #BA614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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