Html Css Color HEX #BA5329 Fiery Orange

📋 copy color: '#BA5329'

red 186 ◦ green 83 ◦ blue 41

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

Shades of Fiery Orange #BA5329

Tints of Fiery Orange #BA5329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 60%
G = 26.77%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5329 (or 0xBA5329) is known color: Fiery Orange. HEX triplet: BA, 53 and 29. RGB value is (186,83,41). Sum of RGB (Red+Green+Blue) = 186+83+41=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5329 is #45ACD6. Grayscale: #6D6D6D. Windows color (decimal): -4566231 or 2708410. OLE color: 2708410.

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

Color convert

RGB 186 83 41 -
CMYK 0 0.55 0.78 0.27
HSL 17.38º 0.64% 0.45% -
HSV(B) 17.38º 0.78% 0.73% -
XYZ 23.74 16.79 4.09 -
YUV 109.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 186 83 41 0 0.55 0.78 0.27 17.38 0.64 0.45
Hex BA 53 29 0 37 4E 1B 11 40 2D
Octal 272 123 51 0 67 116 33 21 100 55
Binary 10111010 1010011 101001 0 110111 1001110 11011 10001 1000000 101101

Color Harmonies of #BA5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5329

Black with #BA5329

Text Example


Text Example

White with #BA5329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5329; }

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

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

background-color css

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

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

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

border-color css

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

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

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