#BA553F

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

Shades of Flame Pea #BA553F

Tints of Flame Pea #BA553F

Color information

#BA553F (or 0xBA553F) is unknown color: approx Flame Pea. HEX triplet: BA, 55 and 3F. RGB value is (186,85,63). Sum of RGB (Red+Green+Blue) = 186+85+63=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA553F is #45AAC0. Grayscale: #707070. Windows color (decimal): -4565697 or 4150714. OLE color: 4150714.

HSL color Cylindrical-coordinate representation of color #BA553F: hue angle of 10.73º 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 #BA553F is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB1868563-
CMYK00.540.660.27
HSL10.73º49.4%48.82%-
HSV(B)10.73º66.13%72.94%-
XYZ24.417.296.76-
YUV112.6999.96180.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 63 (25% from 255) = 18.86%
R=55.69%
G=25.45%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186856300.540.660.2710.7349.448.82
HexBA553F036421Bb3131
Octal2721257706610233136161
Binary10111010101010111111101101101000010110111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA553F; }

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

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

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

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

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

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

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

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