Html Css Color HEX #BA624F Flame Pea

📋 copy color: '#BA624F'

red 186 ◦ green 98 ◦ blue 79

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

Shades of Flame Pea #BA624F

Tints of Flame Pea #BA624F

RGB

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

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

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

R = 51.24%
G = 27%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA624F (or 0xBA624F) is known color: Flame Pea. HEX triplet: BA, 62 and 4F. RGB value is (186,98,79). Sum of RGB (Red+Green+Blue) = 186+98+79=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA624F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA624F is #459DB0. Grayscale: #7A7A7A. Windows color (decimal): -4562353 or 5202618. OLE color: 5202618.

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

Color convert

RGB 186 98 79 -
CMYK 0 0.47 0.58 0.27
HSL 10.65º 0.44% 0.52% -
HSV(B) 10.65º 0.58% 0.73% -
XYZ 26.03 19.74 9.84 -
YUV 122.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 186 98 79 0 0.47 0.58 0.27 10.65 0.44 0.52
Hex BA 62 4F 0 2F 3A 1B B 2C 34
Octal 272 142 117 0 57 72 33 13 54 64
Binary 10111010 1100010 1001111 0 101111 111010 11011 1011 101100 110100

Color Harmonies of #BA624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA624F

Black with #BA624F

Text Example


Text Example

White with #BA624F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA624F; }

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

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

background-color css

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

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

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

border-color css

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

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

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