Html Css Color HEX #BA5529 Fiery Orange

📋 copy color: '#BA5529'

red 186 ◦ green 85 ◦ blue 41

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

Shades of Fiery Orange #BA5529

Tints of Fiery Orange #BA5529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 59.62%
G = 27.24%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5529 (or 0xBA5529) is known color: Fiery Orange. HEX triplet: BA, 55 and 29. RGB value is (186,85,41). Sum of RGB (Red+Green+Blue) = 186+85+41=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5529 is #45AAD6. Grayscale: #6E6E6E. Windows color (decimal): -4565719 or 2708922. OLE color: 2708922.

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

Color convert

RGB 186 85 41 -
CMYK 0 0.54 0.78 0.27
HSL 18.21º 0.64% 0.45% -
HSV(B) 18.21º 0.78% 0.73% -
XYZ 23.9 17.1 4.14 -
YUV 110.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 186 85 41 0 0.54 0.78 0.27 18.21 0.64 0.45
Hex BA 55 29 0 36 4E 1B 12 40 2D
Octal 272 125 51 0 66 116 33 22 100 55
Binary 10111010 1010101 101001 0 110110 1001110 11011 10010 1000000 101101

Color Harmonies of #BA5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5529

Black with #BA5529

Text Example


Text Example

White with #BA5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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