#BA5432

Color #BA5432 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BA5432

Tints of Fiery Orange #BA5432

Color information

#BA5432 (or 0xBA5432) is unknown color: approx Fiery Orange. HEX triplet: BA, 54 and 32. RGB value is (186,84,50). Sum of RGB (Red+Green+Blue) = 186+84+50=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5432 is #45ABCD. Grayscale: #6E6E6E. Windows color (decimal): -4565966 or 3298490. OLE color: 3298490.

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

Color convert

RGB1868450-
CMYK00.550.730.27
HSL15º57.63%46.27%-
HSV(B)15º73.12%72.94%-
XYZ2417.015.04-
YUV110.6293.79181.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=58.12%
G=26.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186845000.550.730.271557.6346.27
HexBA5432037491Bf3a2e
Octal2721246206711133177256
Binary10111010101010011001001101111001001110111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5432; }

 p { color: rgb(186,84,50); }

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

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

 a { background-color: rgb(186,84,50); }

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

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

 span { border-color: rgb(186,84,50); }

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