#BA5F40

Color #BA5F40 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BA5F40

Tints of Flame Pea #BA5F40

Color information

#BA5F40 (or 0xBA5F40) is unknown color: approx Flame Pea. HEX triplet: BA, 5F and 40. RGB value is (186,95,64). Sum of RGB (Red+Green+Blue) = 186+95+64=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F40 is #45A0BF. Grayscale: #767676. Windows color (decimal): -4563136 or 4218810. OLE color: 4218810.

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

Color convert

RGB1869564-
CMYK00.490.660.27
HSL15.25º48.8%49.02%-
HSV(B)15.25º65.59%72.94%-
XYZ25.2718.997.18-
YUV118.6897.15176.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=53.91%
G=27.54%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186956400.490.660.2715.2548.849.02
HexBA5F40031421Bf3131
Octal27213710006110233176161
Binary101110101011111100000001100011000010110111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F40; }

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

 H1.HeaderClassName
 {
   color: #BA5F40;
 }
 .AnyTagClassName
 {
   color: #BA5F40;
 }
</style>
background-color css

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

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

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

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

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

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