#BA553E

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

Shades of Flame Pea #BA553E

Tints of Flame Pea #BA553E

Color information

#BA553E (or 0xBA553E) is unknown color: approx Flame Pea. HEX triplet: BA, 55 and 3E. RGB value is (186,85,62). Sum of RGB (Red+Green+Blue) = 186+85+62=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA553E is #45AAC1. Grayscale: #707070. Windows color (decimal): -4565698 or 4085178. OLE color: 4085178.

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

Color convert

RGB1868562-
CMYK00.540.670.27
HSL11.13º50%48.63%-
HSV(B)11.13º66.67%72.94%-
XYZ24.3717.286.61-
YUV112.5899.46180.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=55.86%
G=25.53%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186856200.540.670.2711.135048.63
HexBA553E036431Bb3231
Octal2721257606610333136261
Binary10111010101010111111001101101000011110111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA553E; }

 p { color: rgb(186,85,62); }

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

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

 a { background-color: rgb(186,85,62); }

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

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

 span { border-color: rgb(186,85,62); }

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