Html Css Color HEX #BA5F50 Flame Pea

📋 copy color: '#BA5F50'

red 186 ◦ green 95 ◦ blue 80

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

Shades of Flame Pea #BA5F50

Tints of Flame Pea #BA5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 51.52%
G = 26.32%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA5F50 (or 0xBA5F50) is known color: Flame Pea. HEX triplet: BA, 5F and 50. RGB value is (186,95,80). Sum of RGB (Red+Green+Blue) = 186+95+80=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F50 is #45A0AF. Grayscale: #787878. Windows color (decimal): -4563120 or 5267386. OLE color: 5267386.

HSL color Cylindrical-coordinate representation of color #BA5F50: hue angle of 8.49º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5F50 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 80 -
CMYK 0 0.49 0.57 0.27
HSL 8.49º 0.43% 0.52% -
HSV(B) 8.49º 0.57% 0.73% -
XYZ 25.79 19.2 9.94 -
YUV 120.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 186 95 80 0 0.49 0.57 0.27 8.49 0.43 0.52
Hex BA 5F 50 0 31 39 1B 8 2B 34
Octal 272 137 120 0 61 71 33 10 53 64
Binary 10111010 1011111 1010000 0 110001 111001 11011 1000 101011 110100

Color Harmonies of #BA5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F50

Black with #BA5F50

Text Example


Text Example

White with #BA5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F50; }

 p { color: rgb(186,95,80); }

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

background-color css

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

 a { background-color: rgb(186,95,80); }

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

border-color css

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

 span { border-color: rgb(186,95,80); }

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