Html Css Color HEX #BA5924 Fiery Orange

📋 copy color: '#BA5924'

red 186 ◦ green 89 ◦ blue 36

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

Shades of Fiery Orange #BA5924

Tints of Fiery Orange #BA5924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 59.81%
G = 28.62%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5924 (or 0xBA5924) is known color: Fiery Orange. HEX triplet: BA, 59 and 24. RGB value is (186,89,36). Sum of RGB (Red+Green+Blue) = 186+89+36=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5924 is #45A6DB. Grayscale: #707070. Windows color (decimal): -4564700 or 2382266. OLE color: 2382266.

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

Color convert

RGB 186 89 36 -
CMYK 0 0.52 0.81 0.27
HSL 21.2º 0.68% 0.44% -
HSV(B) 21.2º 0.81% 0.73% -
XYZ 24.14 17.71 3.82 -
YUV 111.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 186 89 36 0 0.52 0.81 0.27 21.2 0.68 0.44
Hex BA 59 24 0 34 51 1B 15 44 2C
Octal 272 131 44 0 64 121 33 25 104 54
Binary 10111010 1011001 100100 0 110100 1010001 11011 10101 1000100 101100

Color Harmonies of #BA5924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5924

Black with #BA5924

Text Example


Text Example

White with #BA5924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5924; }

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

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

background-color css

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

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

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

border-color css

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

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

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