Html Css Color HEX #BA624E Flame Pea

📋 copy color: '#BA624E'

red 186 ◦ green 98 ◦ blue 78

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

Shades of Flame Pea #BA624E

Tints of Flame Pea #BA624E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 51.38%
G = 27.07%
B = 21.55%

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

#BA624E (or 0xBA624E) is known color: Flame Pea. HEX triplet: BA, 62 and 4E. RGB value is (186,98,78). Sum of RGB (Red+Green+Blue) = 186+98+78=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA624E is #459DB1. Grayscale: #7A7A7A. Windows color (decimal): -4562354 or 5137082. OLE color: 5137082.

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

Color convert

RGB 186 98 78 -
CMYK 0 0.47 0.58 0.27
HSL 11.11º 0.44% 0.52% -
HSV(B) 11.11º 0.58% 0.73% -
XYZ 25.99 19.72 9.64 -
YUV 122.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 186 98 78 0 0.47 0.58 0.27 11.11 0.44 0.52
Hex BA 62 4E 0 2F 3A 1B B 2C 34
Octal 272 142 116 0 57 72 33 13 54 64
Binary 10111010 1100010 1001110 0 101111 111010 11011 1011 101100 110100

Color Harmonies of #BA624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA624E

Black with #BA624E

Text Example


Text Example

White with #BA624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA624E; }

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

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

background-color css

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

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

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

border-color css

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

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

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