Html Css Color HEX #BA5124 Fiery Orange

📋 copy color: '#BA5124'

red 186 ◦ green 81 ◦ blue 36

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

Shades of Fiery Orange #BA5124

Tints of Fiery Orange #BA5124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 61.39%
G = 26.73%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5124 (or 0xBA5124) is known color: Fiery Orange. HEX triplet: BA, 51 and 24. RGB value is (186,81,36). Sum of RGB (Red+Green+Blue) = 186+81+36=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5124 is #45AEDB. Grayscale: #6B6B6B. Windows color (decimal): -4566748 or 2380218. OLE color: 2380218.

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

Color convert

RGB 186 81 36 -
CMYK 0 0.56 0.81 0.27
HSL 18º 0.68% 0.44% -
HSV(B) 18º 0.81% 0.73% -
XYZ 23.51 16.45 3.61 -
YUV 107.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 186 81 36 0 0.56 0.81 0.27 18 0.68 0.44
Hex BA 51 24 0 38 51 1B 12 44 2C
Octal 272 121 44 0 70 121 33 22 104 54
Binary 10111010 1010001 100100 0 111000 1010001 11011 10010 1000100 101100

Color Harmonies of #BA5124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5124

Black with #BA5124

Text Example


Text Example

White with #BA5124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5124; }

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

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

background-color css

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

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

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

border-color css

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

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

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