Html Css Color HEX #BA5125 Fiery Orange

📋 copy color: '#BA5125'

red 186 ◦ green 81 ◦ blue 37

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

Shades of Fiery Orange #BA5125

Tints of Fiery Orange #BA5125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 61.18%
G = 26.64%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5125 (or 0xBA5125) is known color: Fiery Orange. HEX triplet: BA, 51 and 25. RGB value is (186,81,37). Sum of RGB (Red+Green+Blue) = 186+81+37=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5125 is #45AEDA. Grayscale: #6B6B6B. Windows color (decimal): -4566747 or 2445754. OLE color: 2445754.

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

Color convert

RGB 186 81 37 -
CMYK 0 0.56 0.80 0.27
HSL 17.72º 0.67% 0.44% -
HSV(B) 17.72º 0.8% 0.73% -
XYZ 23.53 16.46 3.69 -
YUV 107.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 186 81 37 0 0.56 0.80 0.27 17.72 0.67 0.44
Hex BA 51 25 0 38 50 1B 12 43 2C
Octal 272 121 45 0 70 120 33 22 103 54
Binary 10111010 1010001 100101 0 111000 1010000 11011 10010 1000011 101100

Color Harmonies of #BA5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5125

Black with #BA5125

Text Example


Text Example

White with #BA5125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5125; }

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

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

background-color css

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

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

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

border-color css

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

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

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