#BA5325

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

Shades of Fiery Orange #BA5325

Tints of Fiery Orange #BA5325

Color information

#BA5325 (or 0xBA5325) is unknown color: approx Fiery Orange. HEX triplet: BA, 53 and 25. RGB value is (186,83,37). Sum of RGB (Red+Green+Blue) = 186+83+37=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5325 is #45ACDA. Grayscale: #6C6C6C. Windows color (decimal): -4566235 or 2446266. OLE color: 2446266.

HSL color Cylindrical-coordinate representation of color #BA5325: hue angle of 18.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA5325 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1868337-
CMYK00.550.800.27
HSL18.52º66.82%43.73%-
HSV(B)18.52º80.11%72.94%-
XYZ23.6816.763.74-
YUV108.5587.62183.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.78%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 37 (14.84% from 255) = 12.09%
R=60.78%
G=27.12%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186833700.550.800.2718.5266.8243.73
HexBA5325037501B13432c
Octal27212345067120332310354
Binary1011101010100111001010110111101000011011100111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5325; }

 p { color: rgb(186,83,37); }

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

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

 a { background-color: rgb(186,83,37); }

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

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

 span { border-color: rgb(186,83,37); }

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