Html Css Color HEX #BA5824 Fiery Orange

📋 copy color: '#BA5824'

red 186 ◦ green 88 ◦ blue 36

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

Shades of Fiery Orange #BA5824

Tints of Fiery Orange #BA5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 60%
G = 28.39%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5824 (or 0xBA5824) is known color: Fiery Orange. HEX triplet: BA, 58 and 24. RGB value is (186,88,36). Sum of RGB (Red+Green+Blue) = 186+88+36=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5824 is #45A7DB. Grayscale: #6F6F6F. Windows color (decimal): -4564956 or 2382010. OLE color: 2382010.

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

Color convert

RGB 186 88 36 -
CMYK 0 0.53 0.81 0.27
HSL 20.8º 0.68% 0.44% -
HSV(B) 20.8º 0.81% 0.73% -
XYZ 24.06 17.55 3.79 -
YUV 111.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 186 88 36 0 0.53 0.81 0.27 20.8 0.68 0.44
Hex BA 58 24 0 35 51 1B 15 44 2C
Octal 272 130 44 0 65 121 33 25 104 54
Binary 10111010 1011000 100100 0 110101 1010001 11011 10101 1000100 101100

Color Harmonies of #BA5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5824

Black with #BA5824

Text Example


Text Example

White with #BA5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5824; }

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

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

background-color css

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

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

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

border-color css

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

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

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