#BA5821

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

Shades of Fiery Orange #BA5821

Tints of Fiery Orange #BA5821

Color information

#BA5821 (or 0xBA5821) is unknown color: approx Fiery Orange. HEX triplet: BA, 58 and 21. RGB value is (186,88,33). Sum of RGB (Red+Green+Blue) = 186+88+33=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5821 is #45A7DE. Grayscale: #6F6F6F. Windows color (decimal): -4564959 or 2185402. OLE color: 2185402.

HSL color Cylindrical-coordinate representation of color #BA5821: hue angle of 21.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5821 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1868833-
CMYK00.530.820.27
HSL21.57º69.86%42.94%-
HSV(B)21.57º82.26%72.94%-
XYZ24.0117.533.56-
YUV111.0383.97181.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=60.59%
G=28.66%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186883300.530.820.2721.5769.8642.94
HexBA5821035521B16462b
Octal27213041065122332610653
Binary1011101010110001000010110101101001011011101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5821; }

 p { color: rgb(186,88,33); }

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

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

 a { background-color: rgb(186,88,33); }

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

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

 span { border-color: rgb(186,88,33); }

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