Html Css Color HEX #BA5324 Fiery Orange

📋 copy color: '#BA5324'

red 186 ◦ green 83 ◦ blue 36

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

Shades of Fiery Orange #BA5324

Tints of Fiery Orange #BA5324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 60.98%
G = 27.21%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5324 (or 0xBA5324) is known color: Fiery Orange. HEX triplet: BA, 53 and 24. RGB value is (186,83,36). Sum of RGB (Red+Green+Blue) = 186+83+36=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5324 is #45ACDB. Grayscale: #6C6C6C. Windows color (decimal): -4566236 or 2380730. OLE color: 2380730.

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

Color convert

RGB 186 83 36 -
CMYK 0 0.55 0.81 0.27
HSL 18.8º 0.68% 0.44% -
HSV(B) 18.8º 0.81% 0.73% -
XYZ 23.66 16.75 3.66 -
YUV 108.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 186 83 36 0 0.55 0.81 0.27 18.8 0.68 0.44
Hex BA 53 24 0 37 51 1B 13 44 2C
Octal 272 123 44 0 67 121 33 23 104 54
Binary 10111010 1010011 100100 0 110111 1010001 11011 10011 1000100 101100

Color Harmonies of #BA5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5324

Black with #BA5324

Text Example


Text Example

White with #BA5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5324; }

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

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

background-color css

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

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

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

border-color css

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

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

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