#ba5827

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

Shades of Fiery Orange #BA5827

Tints of Fiery Orange #BA5827

Color information

#BA5827 (or 0xBA5827) is unknown color: approx Fiery Orange. HEX triplet: BA, 58 and 27. RGB value is (186,88,39). Sum of RGB (Red+Green+Blue) = 186+88+39=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5827 is #45A7D8. Grayscale: #707070. Windows color (decimal): -4564953 or 2578618. OLE color: 2578618.

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

Color convert

RGB1868839-
CMYK00.530.790.27
HSL20º65.33%44.12%-
HSV(B)20º79.03%72.94%-
XYZ24.1117.574.04-
YUV111.7286.97180.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.42%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=59.42%
G=28.12%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186883900.530.790.272065.3344.12
HexBA58270354F1B14412c
Octal27213047065117332410154
Binary1011101010110001001110110101100111111011101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5827; }

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

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

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

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

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

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

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

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