#BA592B

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

Shades of Fiery Orange #BA592B

Tints of Fiery Orange #BA592B

Color information

#BA592B (or 0xBA592B) is unknown color: approx Fiery Orange. HEX triplet: BA, 59 and 2B. RGB value is (186,89,43). Sum of RGB (Red+Green+Blue) = 186+89+43=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA592B is #45A6D4. Grayscale: #717171. Windows color (decimal): -4564693 or 2841018. OLE color: 2841018.

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

Color convert

RGB1868943-
CMYK00.520.770.27
HSL19.3º62.45%44.9%-
HSV(B)19.3º76.88%72.94%-
XYZ24.2617.764.43-
YUV112.7688.64180.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 43 (17.19% from 255) = 13.52%
R=58.49%
G=27.99%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186894300.520.770.2719.362.4544.9
HexBA592B0344D1B133e2d
Octal2721315306411533237655
Binary101110101011001101011011010010011011101110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA592B; }

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

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

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

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

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

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

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

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