Html Css Color HEX #BA5425 Fiery Orange

📋 copy color: '#BA5425'

red 186 ◦ green 84 ◦ blue 37

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

Shades of Fiery Orange #BA5425

Tints of Fiery Orange #BA5425

RGB

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

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

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

R = 60.59%
G = 27.36%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5425 (or 0xBA5425) is known color: Fiery Orange. HEX triplet: BA, 54 and 25. RGB value is (186,84,37). Sum of RGB (Red+Green+Blue) = 186+84+37=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5425 is #45ABDA. Grayscale: #6D6D6D. Windows color (decimal): -4565979 or 2446522. OLE color: 2446522.

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

Color convert

RGB 186 84 37 -
CMYK 0 0.55 0.80 0.27
HSL 18.93º 0.67% 0.44% -
HSV(B) 18.93º 0.8% 0.73% -
XYZ 23.75 16.91 3.76 -
YUV 109.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 186 84 37 0 0.55 0.80 0.27 18.93 0.67 0.44
Hex BA 54 25 0 37 50 1B 13 43 2C
Octal 272 124 45 0 67 120 33 23 103 54
Binary 10111010 1010100 100101 0 110111 1010000 11011 10011 1000011 101100

Color Harmonies of #BA5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5425

Black with #BA5425

Text Example


Text Example

White with #BA5425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5425; }

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

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

background-color css

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

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

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

border-color css

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

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

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