Html Css Color HEX #BA5E4F Flame Pea

📋 copy color: '#BA5E4F'

red 186 ◦ green 94 ◦ blue 79

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

Shades of Flame Pea #BA5E4F

Tints of Flame Pea #BA5E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

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

R = 51.81%
G = 26.18%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA5E4F (or 0xBA5E4F) is known color: Flame Pea. HEX triplet: BA, 5E and 4F. RGB value is (186,94,79). Sum of RGB (Red+Green+Blue) = 186+94+79=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E4F is #45A1B0. Grayscale: #777777. Windows color (decimal): -4563377 or 5201594. OLE color: 5201594.

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

Color convert

RGB 186 94 79 -
CMYK 0 0.49 0.58 0.27
HSL 8.41º 0.44% 0.52% -
HSV(B) 8.41º 0.58% 0.73% -
XYZ 25.66 19.01 9.71 -
YUV 119.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 186 94 79 0 0.49 0.58 0.27 8.41 0.44 0.52
Hex BA 5E 4F 0 31 3A 1B 8 2C 34
Octal 272 136 117 0 61 72 33 10 54 64
Binary 10111010 1011110 1001111 0 110001 111010 11011 1000 101100 110100

Color Harmonies of #BA5E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E4F

Black with #BA5E4F

Text Example


Text Example

White with #BA5E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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