#BA522B

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

Shades of Fiery Orange #BA522B

Tints of Fiery Orange #BA522B

Color information

#BA522B (or 0xBA522B) is unknown color: approx Fiery Orange. HEX triplet: BA, 52 and 2B. RGB value is (186,82,43). Sum of RGB (Red+Green+Blue) = 186+82+43=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522B is #45ADD4. Grayscale: #6C6C6C. Windows color (decimal): -4566485 or 2839226. OLE color: 2839226.

HSL color Cylindrical-coordinate representation of color #BA522B: hue angle of 16.36º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA522B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1868243-
CMYK00.560.770.27
HSL16.36º62.45%44.9%-
HSV(B)16.36º76.88%72.94%-
XYZ23.716.654.25-
YUV108.6590.96183.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=59.81%
G=26.37%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186824300.560.770.2716.3662.4544.9
HexBA522B0384D1B103e2d
Octal2721225307011533207655
Binary101110101010010101011011100010011011101110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA522B; }

 p { color: rgb(186,82,43); }

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

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

 a { background-color: rgb(186,82,43); }

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

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

 span { border-color: rgb(186,82,43); }

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