#BA5221

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

Shades of Fiery Orange #BA5221

Tints of Fiery Orange #BA5221

Color information

#BA5221 (or 0xBA5221) is unknown color: approx Fiery Orange. HEX triplet: BA, 52 and 21. RGB value is (186,82,33). Sum of RGB (Red+Green+Blue) = 186+82+33=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5221 is #45ADDE. Grayscale: #6B6B6B. Windows color (decimal): -4566495 or 2183866. OLE color: 2183866.

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

Color convert

RGB1868233-
CMYK00.560.820.27
HSL19.22º69.86%42.94%-
HSV(B)19.22º82.26%72.94%-
XYZ23.5416.583.4-
YUV107.5185.96183.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=61.79%
G=27.24%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186823300.560.820.2719.2269.8642.94
HexBA5221038521B13462b
Octal27212241070122332310653
Binary1011101010100101000010111000101001011011100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5221; }

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

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

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

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

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

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

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

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