Html Css Color HEX #BA5729 Fiery Orange

📋 copy color: '#BA5729'

red 186 ◦ green 87 ◦ blue 41

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

Shades of Fiery Orange #BA5729

Tints of Fiery Orange #BA5729

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 59.24%
G = 27.71%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5729 (or 0xBA5729) is known color: Fiery Orange. HEX triplet: BA, 57 and 29. RGB value is (186,87,41). Sum of RGB (Red+Green+Blue) = 186+87+41=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5729 is #45A8D6. Grayscale: #6F6F6F. Windows color (decimal): -4565207 or 2709434. OLE color: 2709434.

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

Color convert

RGB 186 87 41 -
CMYK 0 0.53 0.78 0.27
HSL 19.03º 0.64% 0.45% -
HSV(B) 19.03º 0.78% 0.73% -
XYZ 24.06 17.42 4.19 -
YUV 111.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 186 87 41 0 0.53 0.78 0.27 19.03 0.64 0.45
Hex BA 57 29 0 35 4E 1B 13 40 2D
Octal 272 127 51 0 65 116 33 23 100 55
Binary 10111010 1010111 101001 0 110101 1001110 11011 10011 1000000 101101

Color Harmonies of #BA5729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5729

Black with #BA5729

Text Example


Text Example

White with #BA5729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5729; }

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

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

background-color css

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

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

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

border-color css

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

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

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