#BA5E4D

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

Shades of Flame Pea #BA5E4D

Tints of Flame Pea #BA5E4D

Color information

#BA5E4D (or 0xBA5E4D) is unknown color: approx Flame Pea. HEX triplet: BA, 5E and 4D. RGB value is (186,94,77). Sum of RGB (Red+Green+Blue) = 186+94+77=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E4D is #45A1B2. Grayscale: #777777. Windows color (decimal): -4563379 or 5070522. OLE color: 5070522.

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

Color convert

RGB1869477-
CMYK00.490.590.27
HSL9.36º44.13%51.57%-
HSV(B)9.36º58.6%72.94%-
XYZ25.5918.989.34-
YUV119.57103.98175.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=52.10%
G=26.33%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186947700.490.590.279.3644.1351.57
HexBA5E4D0313B1B92c34
Octal2721361150617333115464
Binary10111010101111010011010110001111011110111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E4D; }

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

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

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

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

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

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

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

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