Html Css Color HEX #BA5322 Fiery Orange

📋 copy color: '#BA5322'

red 186 ◦ green 83 ◦ blue 34

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

Shades of Fiery Orange #BA5322

Tints of Fiery Orange #BA5322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 61.39%
G = 27.39%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5322 (or 0xBA5322) is known color: Fiery Orange. HEX triplet: BA, 53 and 22. RGB value is (186,83,34). Sum of RGB (Red+Green+Blue) = 186+83+34=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5322 is #45ACDD. Grayscale: #6C6C6C. Windows color (decimal): -4566238 or 2249658. OLE color: 2249658.

HSL color Cylindrical-coordinate representation of color #BA5322: hue angle of 19.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA5322 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 83 34 -
CMYK 0 0.55 0.82 0.27
HSL 19.34º 0.69% 0.43% -
HSV(B) 19.34º 0.82% 0.73% -
XYZ 23.63 16.74 3.5 -
YUV 108.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 186 83 34 0 0.55 0.82 0.27 19.34 0.69 0.43
Hex BA 53 22 0 37 52 1B 13 45 2B
Octal 272 123 42 0 67 122 33 23 105 53
Binary 10111010 1010011 100010 0 110111 1010010 11011 10011 1000101 101011

Color Harmonies of #BA5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5322

Black with #BA5322

Text Example


Text Example

White with #BA5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5322; }

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

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

background-color css

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

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

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

border-color css

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

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

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