Html Css Color HEX #BA624A Flame Pea

📋 copy color: '#BA624A'

red 186 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #BA624A

Tints of Flame Pea #BA624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 51.96%
G = 27.37%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA624A (or 0xBA624A) is known color: Flame Pea. HEX triplet: BA, 62 and 4A. RGB value is (186,98,74). Sum of RGB (Red+Green+Blue) = 186+98+74=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA624A is #459DB5. Grayscale: #797979. Windows color (decimal): -4562358 or 4874938. OLE color: 4874938.

HSL color Cylindrical-coordinate representation of color #BA624A: hue angle of 12.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA624A is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 74 -
CMYK 0 0.47 0.60 0.27
HSL 12.86º 0.45% 0.51% -
HSV(B) 12.86º 0.6% 0.73% -
XYZ 25.85 19.67 8.91 -
YUV 121.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 186 98 74 0 0.47 0.60 0.27 12.86 0.45 0.51
Hex BA 62 4A 0 2F 3C 1B D 2D 33
Octal 272 142 112 0 57 74 33 15 55 63
Binary 10111010 1100010 1001010 0 101111 111100 11011 1101 101101 110011

Color Harmonies of #BA624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA624A

Black with #BA624A

Text Example


Text Example

White with #BA624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA624A; }

 p { color: rgb(186,98,74); }

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

background-color css

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

 a { background-color: rgb(186,98,74); }

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

border-color css

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

 span { border-color: rgb(186,98,74); }

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