#BA552D

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

Shades of Fiery Orange #BA552D

Tints of Fiery Orange #BA552D

Color information

#BA552D (or 0xBA552D) is unknown color: approx Fiery Orange. HEX triplet: BA, 55 and 2D. RGB value is (186,85,45). Sum of RGB (Red+Green+Blue) = 186+85+45=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552D is #45AAD2. Grayscale: #6E6E6E. Windows color (decimal): -4565715 or 2971066. OLE color: 2971066.

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

Color convert

RGB1868545-
CMYK00.540.760.27
HSL17.02º61.04%45.29%-
HSV(B)17.02º75.81%72.94%-
XYZ23.9717.134.52-
YUV110.6490.96181.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=58.86%
G=26.90%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186854500.540.760.2717.0261.0445.29
HexBA552D0364C1B113d2d
Octal2721255506611433217555
Binary101110101010101101101011011010011001101110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA552D; }

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

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

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

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

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

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

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

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