#BA5921

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

Shades of Fiery Orange #BA5921

Tints of Fiery Orange #BA5921

Color information

#BA5921 (or 0xBA5921) is unknown color: approx Fiery Orange. HEX triplet: BA, 59 and 21. RGB value is (186,89,33). Sum of RGB (Red+Green+Blue) = 186+89+33=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5921 is #45A6DE. Grayscale: #6F6F6F. Windows color (decimal): -4564703 or 2185658. OLE color: 2185658.

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

Color convert

RGB1868933-
CMYK00.520.820.27
HSL21.96º69.86%42.94%-
HSV(B)21.96º82.26%72.94%-
XYZ24.117.693.58-
YUV111.6283.64181.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=60.39%
G=28.90%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186893300.520.820.2721.9669.8642.94
HexBA5921034521B16462b
Octal27213141064122332610653
Binary1011101010110011000010110100101001011011101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5921; }

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

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

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

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

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

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

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

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