#BA5F43

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

Shades of Flame Pea #BA5F43

Tints of Flame Pea #BA5F43

Color information

#BA5F43 (or 0xBA5F43) is unknown color: approx Flame Pea. HEX triplet: BA, 5F and 43. RGB value is (186,95,67). Sum of RGB (Red+Green+Blue) = 186+95+67=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F43 is #45A0BC. Grayscale: #777777. Windows color (decimal): -4563133 or 4415418. OLE color: 4415418.

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

Color convert

RGB1869567-
CMYK00.490.640.27
HSL14.12º47.04%49.61%-
HSV(B)14.12º63.98%72.94%-
XYZ25.3619.037.65-
YUV119.0298.65175.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 67 (26.56% from 255) = 19.25%
R=53.45%
G=27.30%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186956700.490.640.2714.1247.0449.61
HexBA5F43031401Be2f32
Octal27213710306110033165762
Binary101110101011111100001101100011000000110111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F43; }

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

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

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

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

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

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

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

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