#BA5123

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

Shades of Fiery Orange #BA5123

Tints of Fiery Orange #BA5123

Color information

#BA5123 (or 0xBA5123) is unknown color: approx Fiery Orange. HEX triplet: BA, 51 and 23. RGB value is (186,81,35). Sum of RGB (Red+Green+Blue) = 186+81+35=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5123 is #45AEDC. Grayscale: #6B6B6B. Windows color (decimal): -4566749 or 2314682. OLE color: 2314682.

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

Color convert

RGB1868135-
CMYK00.560.810.27
HSL18.28º68.33%43.33%-
HSV(B)18.28º81.18%72.94%-
XYZ23.516.453.53-
YUV107.1587.29184.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.59%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 35 (14.06% from 255) = 11.59%
R=61.59%
G=26.82%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186813500.560.810.2718.2868.3343.33
HexBA5123038511B12442b
Octal27212143070121332210453
Binary1011101010100011000110111000101000111011100101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5123; }

 p { color: rgb(186,81,35); }

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

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

 a { background-color: rgb(186,81,35); }

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

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

 span { border-color: rgb(186,81,35); }

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