Html Css Color HEX #BA624B Flame Pea

📋 copy color: '#BA624B'

red 186 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #BA624B

Tints of Flame Pea #BA624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 51.81%
G = 27.3%
B = 20.89%

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

#BA624B (or 0xBA624B) is known color: Flame Pea. HEX triplet: BA, 62 and 4B. RGB value is (186,98,75). Sum of RGB (Red+Green+Blue) = 186+98+75=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA624B is #459DB4. Grayscale: #797979. Windows color (decimal): -4562357 or 4940474. OLE color: 4940474.

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

Color convert

RGB 186 98 75 -
CMYK 0 0.47 0.60 0.27
HSL 12.43º 0.45% 0.51% -
HSV(B) 12.43º 0.6% 0.73% -
XYZ 25.89 19.68 9.09 -
YUV 121.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 186 98 75 0 0.47 0.60 0.27 12.43 0.45 0.51
Hex BA 62 4B 0 2F 3C 1B C 2D 33
Octal 272 142 113 0 57 74 33 14 55 63
Binary 10111010 1100010 1001011 0 101111 111100 11011 1100 101101 110011

Color Harmonies of #BA624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA624B

Black with #BA624B

Text Example


Text Example

White with #BA624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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