Html Css Color HEX #BA5424 Fiery Orange

📋 copy color: '#BA5424'

red 186 ◦ green 84 ◦ blue 36

#BA5424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BA5424

Tints of Fiery Orange #BA5424

RGB

 RED value IS 186 (73.05% from 255) = 60.78%

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 60.78%
G = 27.45%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5424 (or 0xBA5424) is known color: Fiery Orange. HEX triplet: BA, 54 and 24. RGB value is (186,84,36). Sum of RGB (Red+Green+Blue) = 186+84+36=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5424 is #45ABDB. Grayscale: #6D6D6D. Windows color (decimal): -4565980 or 2380986. OLE color: 2380986.

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

Color convert

RGB 186 84 36 -
CMYK 0 0.55 0.81 0.27
HSL 19.2º 0.68% 0.44% -
HSV(B) 19.2º 0.81% 0.73% -
XYZ 23.74 16.91 3.68 -
YUV 109.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 186 84 36 0 0.55 0.81 0.27 19.2 0.68 0.44
Hex BA 54 24 0 37 51 1B 13 44 2C
Octal 272 124 44 0 67 121 33 23 104 54
Binary 10111010 1010100 100100 0 110111 1010001 11011 10011 1000100 101100

Color Harmonies of #BA5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5424

Black with #BA5424

Text Example


Text Example

White with #BA5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5424; }

 p { color: rgb(186,84,36); }

 H1.HeaderClassName
 {
   color: #BA5424;
 }
 .AnyTagClassName
 {
   color: #BA5424;
 }
</style>

background-color css

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

 a { background-color: rgb(186,84,36); }

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

border-color css

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

 span { border-color: rgb(186,84,36); }

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